diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-19 10:50:10 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-19 10:50:10 -0600 |
commit | 095dc54cfa61572518b1cbcb5a392467883bdcc0 (patch) | |
tree | 91c84275886673ba677ced006bfd833b08cd1763 /ci/nosdn/juju-deployer/scripts/openstack.sh | |
parent | 4aa9b505a8c9001a9b8af6d9199422254e148842 (diff) |
modified the bundle for no SDN feature and releasing it for
production version only.
Change-Id: If8253fdca06de1bdfaa8faa51e52e4f489460828
Diffstat (limited to 'ci/nosdn/juju-deployer/scripts/openstack.sh')
-rwxr-xr-x | ci/nosdn/juju-deployer/scripts/openstack.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/nosdn/juju-deployer/scripts/openstack.sh b/ci/nosdn/juju-deployer/scripts/openstack.sh index 77f97723..562df8e9 100755 --- a/ci/nosdn/juju-deployer/scripts/openstack.sh +++ b/ci/nosdn/juju-deployer/scripts/openstack.sh @@ -21,13 +21,8 @@ unitMachine() juju status | python -c "import yaml; import sys; print yaml.load(sys.stdin)[\"services\"][\"$1\"][\"units\"][\"$1/$2\"][\"machine\"]" 2> /dev/null } -<<<<<<< HEAD -juju run --service ceph 'sudo ceph osd pool set cinder-ceph size 1' -juju run --service ceph 'sudo ceph osd pool set cinder-ceph min_size 1' -======= #juju run --service ceph 'sudo ceph osd pool set cinder-ceph size 1' #juju run --service ceph 'sudo ceph osd pool set cinder-ceph min_size 1' ->>>>>>> 69227d1... modified the bundle to include the ceph and cinder changes. mkdir -m 0700 -p cloud controller_address=$(unitAddress keystone 0) |