Merge "Move cleanup orphaned nodes into openstack-cron"
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 23 Jan 2018 19:30:47 +0000 (19:30 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 23 Jan 2018 19:30:47 +0000 (19:30 +0000)
jjb/integration/integration-deploy-openstack-run-test.sh
jjb/packaging/packaging.yaml
openstack-hot/generic-server.yaml

index 3bb511247e0abdb540fb1d80494be4a7ba45e5b7..db564427982d8c4c3da54227919389e17e8154cd 100644 (file)
@@ -191,7 +191,7 @@ NEUTRON_CREATE_INITIAL_NETWORKS=${CREATE_INITIAL_NETWORKS}
 
 ODL_MODE=manual
 ODL_MGR_IP=${MGRIP}
-ODL_PORT=8080
+ODL_PORT=${ODL_PORT}
 ODL_PORT_BINDING_CONTROLLER=${ODL_ML2_PORT_BINDING}
 ODL_OVS_MANAGERS=${ODL_OVS_MANAGERS}
 
@@ -335,7 +335,7 @@ Q_ML2_TENANT_NETWORK_TYPE=${TENANT_NETWORK_TYPE}
 
 ODL_MODE=manual
 ODL_MGR_IP=${MGRIP}
-ODL_PORT=8080
+ODL_PORT=${ODL_PORT}
 ODL_PORT_BINDING_CONTROLLER=${ODL_ML2_PORT_BINDING}
 ODL_OVS_MANAGERS=${ODL_OVS_MANAGERS}
 
@@ -517,6 +517,8 @@ EOF
     # archives build step will essentially be a noop.
     mkdir -p ${WORKSPACE}/archives
 
+    mv /tmp/changes.txt ${WORKSPACE}/archives
+
     sleep 5
     # FIXME: Do not create .tar and gzip before copying.
     for i in `seq 1 ${NUM_ODL_SYSTEM}`; do
@@ -785,6 +787,7 @@ else
 fi
 
 RECLONE=False
+ODL_PORT=8181
 
 # Always compare the lists below against the devstack upstream ENABLED_SERVICES in
 # https://github.com/openstack-dev/devstack/blob/master/stackrc#L52
index 5012648af14e3bbd8f383377db19c2fd7c8efb47..664380505825896c1537d22a25cde0bbcc647ff4 100644 (file)
@@ -12,7 +12,9 @@
       - 'packaging-test-rpm-master'
       - 'packaging-test-rpm-upgrade-master'
       - 'packaging-test-deb-master'
-      - gerrit-tox-verify
+      - gerrit-tox-verify:
+          branch: master
+          stream: master
 
     project: 'integration/packaging'
 
index 81b102cb7100d69f242864eb601a3d2359578561..f4cbb5cddf416214c37a02a1405aaae91a0b238b 100644 (file)
@@ -33,6 +33,12 @@ parameters:
         description: VM Image to spin up
 
 resources:
+    port:
+        type: "OS::Neutron::Port"
+        properties:
+            allowed_address_pairs:
+                - ip_address: 10.250.0.0/24
+            network: odlci
     volume:
         type: "OS::Cinder::Volume"
         properties:
@@ -58,7 +64,7 @@ resources:
                         "GROUP": {get_param: group}
                         "INDEX": {get_param: index}
             networks:
-                - network: odlci
+                - port: {get_resource: port}
             key_name: {get_param: ssh_key}
             user_data: |
                 #!/bin/bash