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
| need to support | |
| # clone | |
| pcs create ... --clone | |
| pcs create ... --clone interleave=true | |
| pcs create ... --clone globally-unique=true clone-max=3 interleave=true | |
| pcs create ... --clone interleave=true --disabled --force # maybe, see compute-managed.scenario | |
| # op | |
| pcs create ... resource_name op monitor start-delay=10s ... |
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
| puppet output Debug: try 1/4: /usr/sbin/pcs resource create memcached systemd:memcached --clone | |
| pcmk/memcached.scenario:pcs resource create memcached systemd:memcached --clone | |
| puppet output Debug: try 1/4: /usr/sbin/pcs resource create haproxy systemd:haproxy op monitor start-delay=10s --clone | |
| pcmk/lb.scenario:pcs resource create lb-haproxy systemd:haproxy op monitor start-delay=10s --clone | |
| puppet output Debug: try 1/4: /usr/sbin/pcs resource create galera galera additional_parameters='--open-files-limit=16384' enable_creation=true wsrep_cluster_address="gcomm://pcmk-c1a1,pcmk-c1a2,pcmk-c1a3" meta master-max=3 ordered=true op promote timeout=300s on-fail=block --master | |
| pcs resource create galera galera enable_creation=true wsrep_cluster_address="gcomm://${node_list}" additional_parameters='--open-files-limit=16384' meta master-max=3 ordered=true op promote timeout=300s on-fail=block --master |
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
| Using test_template_resource.py::TemplateResourceUpdateTest to show | |
| how resource_properties_data are referenced from events by both | |
| deleted and non-deleted stacks. See commentary at the end. | |
| main_template = ''' | |
| HeatTemplateFormatVersion: '2012-12-12' | |
| Resources: | |
| the_nested: | |
| Type: the.yaml | |
| Properties: |
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
| # Sample ``local.conf`` for user-configurable variables in ``stack.sh`` | |
| # NOTE: Copy this file to the root DevStack directory for it to work properly. | |
| # ``local.conf`` is a user-maintained settings file that is sourced from ``stackrc``. | |
| # This gives it the ability to override any variables set in ``stackrc``. | |
| # Also, most of the settings in ``stack.sh`` are written to only be set if no | |
| # value has already been set; this lets ``local.conf`` effectively override the | |
| # default values. |
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
| # probably a good idea to stop h-eng | |
| delete from event; | |
| delete from stack_tag; | |
| delete from resource_data; | |
| delete from watch_rule; | |
| delete from watch_data; | |
| delete from software_config; | |
| delete from software_deployment; | |
| delete from snapshot; | |
| delete from stack_lock; |
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
| Extra debug output with https://github.com/cwolferh/heat-scratch/tree/debug_eager_load_raw_template | |
| See line numbers 665 and 533 below -- unclear why raw_template is not eager loaded in 2nd case | |
| ====================================================================== | |
| FAIL: heat.tests.convergence.test_converge.ScenarioTest.test_scenario(basic_update_delete) | |
| tags: worker-4 | |
| ---------------------------------------------------------------------- | |
| Empty attachments: | |
| pythonlogging:'alembic' | |
| pythonlogging:'barbicanclient' |
OlderNewer