This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
# VN config | |
management_network: 'management_vn' | |
left_vn: 'left_vn' | |
right_vn: 'right_vn' | |
left_vn_fqdn: 'default-domain:admin:left_vn' | |
right_vn_fqdn: 'default-domain:admin:right_vn' | |
# VM config | |
flavor: 'm1.tiny' | |
image: 'cirros' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heat_template_version: 2015-04-30 | |
parameters: | |
management_network: | |
type: string | |
description: Name of management network to be created | |
left_vn: | |
type: string | |
description: Name of left network to be created | |
right_vn: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contrail Upgrade procedure – Minimal downtime | |
WARNING: This procedure only works for upgrades between Contrail versions PRIOR TO 3.0. Starting with 3.0, Cassandra version changes and this involves more work. | |
NOTE: This procedure is *UNSUPPORTED* because fab adds much more error-checking logic than what you can see here. Use this procedure at your own risk. | |
This document is inspired on another one ( https://gist.github.com/dsundarraj/9dde07f28208737c7729 ), but it breaks the fab steps into commands run on each of the nodes separately. | |
Upgrade procedure to minimize downtime in the production network. Upgrade controller and compute separately. The procedure is based on fab upgrade_contrail. |