Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

57 create library for flags for all the different python scripts #63

Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
fd37bae
Update tacc_stats.ini
sanga1999 Sep 19, 2024
81ec55e
Update setup.py
sanga1999 Sep 19, 2024
b15338f
Create conf_parser.py
sanga1999 Sep 19, 2024
91a68c9
Update listend.py
sanga1999 Sep 19, 2024
354d913
Update sync_acct.py
sanga1999 Sep 19, 2024
710cd3a
Update sync_acct.py
sanga1999 Sep 19, 2024
1354cab
Update sacct_gen.py
sanga1999 Sep 19, 2024
773f343
Update sync_timedb.py
sanga1999 Sep 19, 2024
e7be8dc
Update settings.py
sanga1999 Sep 19, 2024
c615d48
Update update_xalt.py
sanga1999 Sep 19, 2024
62f62f3
Update update_db.py
sanga1999 Sep 19, 2024
b4e25e8
Update update_metrics.py
sanga1999 Sep 19, 2024
0a87442
Update views.py
sanga1999 Sep 19, 2024
3b2dd39
Update jid_table.py
sanga1999 Sep 19, 2024
a8c5899
Update conf_parser.py
sanga1999 Sep 23, 2024
ba240f6
Update listend.py
sanga1999 Sep 23, 2024
7238553
Update sync_acct.py
sanga1999 Sep 23, 2024
cb861b8
Update sync_timedb.py
sanga1999 Sep 23, 2024
2f4e36b
Update sacct_gen.py
sanga1999 Sep 23, 2024
3c8046d
Update settings.py
sanga1999 Sep 23, 2024
d7e1533
Update update_xalt.py
sanga1999 Sep 23, 2024
2f54f27
Update update_db.py
sanga1999 Sep 23, 2024
a84893d
Update update_metrics.py
sanga1999 Sep 23, 2024
cfe7e3b
Update views.py
sanga1999 Sep 23, 2024
ce38589
Update jid_table.py
sanga1999 Sep 23, 2024
acb44dc
Update tacc_stats.ini
sanga1999 Oct 2, 2024
df04d18
Update jid_table.py
sanga1999 Oct 2, 2024
f8d80e5
Update conf_parser.py
sanga1999 Oct 2, 2024
39e8e41
Update settings.py
sanga1999 Oct 16, 2024
45c401b
Create conf_parser.py
sanga1999 Oct 16, 2024
f3c84a8
Delete conf_parser.py
sanga1999 Oct 16, 2024
3219366
Update listend.py
sanga1999 Oct 16, 2024
df3d340
Update sync_acct.py
sanga1999 Oct 16, 2024
fff2b4f
Update sacct_gen.py
sanga1999 Oct 16, 2024
c016690
Update sync_timedb.py
sanga1999 Oct 16, 2024
b8739a1
Update settings.py
sanga1999 Oct 16, 2024
825faab
Update update_xalt.py
sanga1999 Oct 16, 2024
a869298
Update update_db.py
sanga1999 Oct 16, 2024
ffcd09b
Update update_metrics.py
sanga1999 Oct 16, 2024
444db6b
Update views.py
sanga1999 Oct 16, 2024
d7ac010
Update jid_table.py
sanga1999 Oct 16, 2024
87dd9cc
Update conf_parser.py
sanga1999 Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions tacc_stats.ini
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
## Basic configuration options - modify these
# machine = unique name of machine/queue
# server = database and rmq server hostname
# data_dir = where data is stored
[DEFAULT]
machine = stampede2
machine = tacc-stats-sanga
data_dir = /tacc_stats_site/%(machine)s
server = tacc-stats02.tacc.utexas.edu
server = tacc-stats04.tacc.utexas.edu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this generic in the main tree


## RabbitMQ Configuration
# RMQ_SERVER = RMQ server
# RMQ_QUEUE = RMQ server
[RMQ]
rmq_server = %(server)s
rmq_queue = %(machine)s

## Configuration for Web Portal Support
[PORTAL]
acct_path = %(data_dir)s/accounting
archive_dir = %(data_dir)s/archive
host_name_ext = %(machine)s.tacc.utexas.edu
dbname = %(machine)s_db
dbname = test_db
daily_archive_dir = %(data_dir)s/daily_archive
engine_name = django.db.backends.postgresql_psycopg2
username = taccstats
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the taccstats user/pass to user and pass

password = taccstats
host = localhost
port = 5432

[XALT]
xalt_engine = none
xalt_name = none
xalt_user = none
xalt_password = none
xalt_host = none