diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 14:01:03 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 16:00:57 -0500 |
commit | 8af52f45681275997204080f1cac854b255f2bcc (patch) | |
tree | 3f678ed6f8936145f3995f12e5a06df494b838ca /labconfig | |
parent | 8cc46e65c20745e241b68b3d960fc3c96d64b970 (diff) |
modfied to suite the latest code changes.
Change-Id: I36f4f20a9222fe7c4cc75dd3d546a28130c3fbb2
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/orange/pod1/labconfig.yaml | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/labconfig/orange/pod1/labconfig.yaml b/labconfig/orange/pod1/labconfig.yaml index 04f1c837..247a1b45 100644 --- a/labconfig/orange/pod1/labconfig.yaml +++ b/labconfig/orange/pod1/labconfig.yaml @@ -98,31 +98,13 @@ lab: dns: 192.168.1.1 osdomainname: pod1.opnfv.fr opnfv: -## New items - units: 4 - admin_password: openstack - domain: pod1.opnfv.fr - ext_port: eth1 - vip: - ceilometer: 192.168.1.24 - cinder: 192.168.1.29 - dashboard: 192.168.1.21 - glance: 192.168.1.22 - heat: 192.168.1.28 - keystone: 192.168.1.23 - mysql: 192.168.1.25 - neutron: 192.168.1.27 - nova: 192.168.1.26 - rabbitmq: 192.168.1.20 release: c -# items that should be in default_deployment_config.yaml - distro: trusty + distro: xenial type: nonha - openstack: liberty + openstack: mitaka sdncontroller: - - type: nosdn + - type: odl feature: odl_l2 -# END OF SCENARIO ITEMS storage: - type: ceph disk: /dev/sdb /dev/sdc |