diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-12 13:21:39 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-12 13:24:06 -0600 |
commit | 5ac42a507a7596825aacd4d9baab25e502e61116 (patch) | |
tree | 43026e39c7967fbd26c134cb772658efd22b6e7d /ci/onos/juju-deployer/onos.yaml | |
parent | efe44c2a1f492eaac6958244fdca7cd49cf10d43 (diff) |
modified admin-role: admin for all charms as there was an issue
where deployment failed if we add this option only to keystone
charm.
Change-Id: I8a50b201f897445cf606beed6068c6f7bae62787
Diffstat (limited to 'ci/onos/juju-deployer/onos.yaml')
-rw-r--r-- | ci/onos/juju-deployer/onos.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ci/onos/juju-deployer/onos.yaml b/ci/onos/juju-deployer/onos.yaml index 44638d2f..506b516e 100644 --- a/ci/onos/juju-deployer/onos.yaml +++ b/ci/onos/juju-deployer/onos.yaml @@ -96,7 +96,6 @@ openstack-phase2: # ha-mcastport: 5402 "admin-password": openstack "admin-token": admin - "admin-role": admin to: - "lxc:nodes-api=0" "openstack-dashboard": @@ -260,6 +259,8 @@ trusty-liberty: "openstack-origin": "cloud:trusty-liberty" series: trusty ceph-osd-replication-count: 1 + admin-role: admin + trusty-kilo-nodes: inherits: openstack-phase1 @@ -276,6 +277,8 @@ trusty-kilo: "openstack-origin": "cloud:trusty-kilo" series: trusty ceph-osd-replication-count: 1 + admin-role: admin + trusty-juno-nodes: @@ -293,5 +296,7 @@ trusty-juno: "openstack-origin": "cloud:trusty-juno" series: trusty ceph-osd-replication-count: 1 + admin-role: admin + |