59
59
60
60
cd " $WORKSPACE "
61
61
# we test the latest stable release of Ceph in priority
62
- FLAVOR=" master ,centos,8"
62
+ FLAVOR=" octopus ,centos,8"
63
63
64
64
# build everything that was touched to make sure build succeeds
65
65
mapfile -t FLAVOR_ARRAY < <( sudo make flavors.modified)
@@ -88,11 +88,11 @@ sudo make FLAVORS="$FLAVOR" build.parallel
88
88
# start a local docker registry
89
89
sudo docker run -d -p 5000:5000 --restart=always --name registry registry:2
90
90
# add the image we just built to the registry
91
- sudo docker tag " ${daemon_image} " localhost:5000/ceph/daemon:latest-master
91
+ sudo docker tag " ${daemon_image} " localhost:5000/ceph/daemon:latest-octopus
92
92
# this avoids a race condition between the tagging and the push
93
93
# which causes this to sometimes fail when run by jenkins
94
94
sleep 1
95
- sudo docker --debug push localhost:5000/ceph/daemon:latest-master
95
+ sudo docker --debug push localhost:5000/ceph/daemon:latest-octopus
96
96
97
97
cd " $CEPH_ANSIBLE_SCENARIO_PATH "
98
98
vagrant up --no-provision --provider=" $VAGRANT_PROVIDER "
@@ -104,7 +104,7 @@ export ANSIBLE_SSH_ARGS="-F $CEPH_ANSIBLE_SCENARIO_PATH/vagrant_ssh_config -o Co
104
104
# runs a playbook to configure nodes for testing
105
105
ansible-playbook -vv -i " $CEPH_ANSIBLE_SCENARIO_PATH " /hosts " $TOXINIDIR " /tests/setup.yml --extra-vars=" ceph_docker_registry=$REGISTRY_ADDRESS "
106
106
ansible-playbook -vv -i " $CEPH_ANSIBLE_SCENARIO_PATH " /hosts " $TOXINIDIR " /ceph-ansible/tests/functional/lvm_setup.yml
107
- ansible-playbook -vv -i " $CEPH_ANSIBLE_SCENARIO_PATH " /hosts " $TOXINIDIR " /ceph-ansible/site-docker.yml.sample --extra-vars=" ceph_docker_image_tag=latest-master ceph_docker_registry=$REGISTRY_ADDRESS fetch_directory=$CEPH_ANSIBLE_SCENARIO_PATH /fetch"
107
+ ansible-playbook -vv -i " $CEPH_ANSIBLE_SCENARIO_PATH " /hosts " $TOXINIDIR " /ceph-ansible/site-docker.yml.sample --extra-vars=" ceph_docker_image_tag=latest-octopus ceph_docker_registry=$REGISTRY_ADDRESS fetch_directory=$CEPH_ANSIBLE_SCENARIO_PATH /fetch"
108
108
109
109
ansible-playbook -vv -i " $CEPH_ANSIBLE_SCENARIO_PATH " /hosts " $TOXINIDIR " /ceph-ansible/tests/functional/setup.yml
110
110
0 commit comments