Merge "Corrected openstack-virtual-baremetal repo location"

This commit is contained in:
Zuul 2019-01-16 07:55:57 +00:00 committed by Gerrit Code Review
commit ae3f0f9e92
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ glance image-create --progress --name 'CentOS-7-x86_64-GenericCloud' --is-public
glance image-show 'ipxe-boot' || \
glance image-create --name ipxe-boot --is-public true --disk-format qcow2 --property os_shutdown_timeout=5 --container-format bare \
--copy-from https://raw.githubusercontent.com/cybertron/openstack-virtual-baremetal/master/ipxe/ipxe-boot.qcow2
--copy-from https://git.openstack.org/cgit/openstack/openstack-virtual-baremetal/plain/ipxe/ipxe-boot.qcow2
# Create a pool of floating IP's
neutron net-show public || neutron net-create public --router:external=True

View File

@ -22,7 +22,7 @@ source /etc/nodepoolrc
set -x
if [ ! -e /opt/stack/openstack-virtual-baremetal ] ; then
sudo git clone https://github.com/cybertron/openstack-virtual-baremetal.git /opt/stack/openstack-virtual-baremetal
sudo git clone https://git.openstack.org/openstack/openstack-virtual-baremetal.git /opt/stack/openstack-virtual-baremetal
sudo chown -R $USER /opt/stack/openstack-virtual-baremetal
fi

View File

@ -1,7 +1,7 @@
Exec { path => [ "/bin/", "/sbin/" ] }
vcsrepo {"/opt/stack/openstack-virtual-baremetal":
source => "https://github.com/cybertron/openstack-virtual-baremetal.git",
source => "https://git.openstack.org/openstack/openstack-virtual-baremetal.git",
provider => git,
ensure => latest,
}