Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1472060 Details for
Bug 1597666
[Update] Support ODL L2 minor update with OSP
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
minor_update.sh
minor_update.sh (text/plain), 2.77 KB, created by
Janki
on 2018-08-01 11:28:18 UTC
(
hide
)
Description:
minor_update.sh
Filename:
MIME Type:
Creator:
Janki
Created:
2018-08-01 11:28:18 UTC
Size:
2.77 KB
patch
obsolete
>source ~/stackrc > >sudo rhos-release -P 13 #-p 2018-07-11.1 #-P 13 >openstack undercloud upgrade >echo "updated undercloud" > >./prepare_container.sh down > >echo "preapred images" >export ANSIBLE_HOST_KEY_CHECKING=False; ansible -i /usr/bin/tripleo-ansible-inventory overcloud -m shell -b -a "yum localinstall -y http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm; rhos-release -P 13" #-p 2018-07-11.1" #-P 13" >echo "done updating overcloud repos" > >export ANSIBLE_HOST_KEY_CHECKING=False; ansible -i /usr/bin/tripleo-ansible-inventory overcloud -m shell -b -a "yum localinstall -y http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm" > >source ~/stackrc > >echo "updating overcloud. Enter the level of update - 1 or 2." >read level >if [ $level = '1' ] >then > echo "doing level 1 update" > # L1 update for CI deployment > openstack overcloud update prepare \ > --timeout 100 \ > --templates /usr/share/openstack-tripleo-heat-templates \ > --stack overcloud \ > --libvirt-type kvm \ > --ntp-server clock.redhat.com \ > -e /home/stack/virt/config_lvm.yaml \ > -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ > -e /home/stack/virt/network/network-environment.yaml \ > -e /home/stack/virt/inject-trust-anchor.yaml \ > -e /home/stack/virt/hostnames.yml \ > -e /home/stack/virt/debug.yaml \ > -e /home/stack/virt/config_heat.yaml \ > -e /home/stack/virt/nodes_data.yaml \ > --environment-file /usr/share/openstack-tripleo-heat-templates/environments/services-docker/neutron-opendaylight.yaml \ > --container-registry-file docker_registry.yaml >> update_prepare.log > >elif [ $level = '2' ] >then > echo "doing level 2 update" > # L2 update for CI deployment > openstack overcloud update prepare \ > --timeout 100 \ > --templates /usr/share/openstack-tripleo-heat-templates \ > --stack overcloud \ > --libvirt-type kvm \ > --ntp-server clock.redhat.com \ > -e /home/stack/virt/config_lvm.yaml \ > -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ > -e /home/stack/virt/network/network-environment.yaml \ > -e /home/stack/virt/inject-trust-anchor.yaml \ > -e /home/stack/virt/hostnames.yml \ > -e /home/stack/virt/debug.yaml \ > -e /home/stack/virt/config_heat.yaml \ > -e /home/stack/virt/nodes_data.yaml \ > --environment-file /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-opendaylight.yaml \ > -e /usr/share/openstack-tripleo-heat-templates/environments/services/update-odl.yaml \ > --container-registry-file docker_registry.yaml | tee update_prepare.log >fi > >openstack overcloud update run --nodes Controller >> update_run.log >openstack overcloud update run --nodes Compute >> update_run_compute.log > > > >#curl -u admin:admin http://172.17.1.17:8081/controller/nb/v2/neutron/networks
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1597666
: 1472060 |
1472061
|
1472780
|
1472820
|
1473379
|
1475287
|
1479494