~junaidali/charms/trusty/plumgrid-director/pg-restart

« back to all changes in this revision

Viewing changes to hooks/pg_dir_utils.py

  • Committer: Bilal Baqar
  • Date: 2016-03-24 12:33:25 UTC
  • mto: (25.2.1 plumgrid-director-junaid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: bbaqar@plumgrid.com-20160324123325-l0r86zljxitb0sx7
First commit-mw

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
PG_HN_CONF = '%s/conf/etc/hostname' % PG_LXC_DATA_PATH
50
50
PG_HS_CONF = '%s/conf/etc/hosts' % PG_LXC_DATA_PATH
51
51
PG_IFCS_CONF = '%s/conf/pg/ifcs.conf' % PG_LXC_DATA_PATH
 
52
OPS_CONF = '%s/conf/etc/00-pg.conf' % PG_LXC_DATA_PATH
52
53
AUTH_KEY_PATH = '%s/root/.ssh/authorized_keys' % PG_LXC_DATA_PATH
53
54
TEMP_LICENSE_FILE = '/tmp/license'
54
55
 
73
74
        'services': ['plumgrid'],
74
75
        'contexts': [pg_dir_context.PGDirContext()],
75
76
    }),
 
77
    (OPS_CONF, {
 
78
        'services': ['plumgrid'],
 
79
        'contexts': [pg_dir_context.PGDirContext()],
 
80
    }),
76
81
    (PG_IFCS_CONF, {
77
82
        'services': [],
78
83
        'contexts': [pg_dir_context.PGDirContext()],