# Installer release update scenarios Start from nothing installed pulpcore_version: 3.14.0 pulpcore_upgrade: false pulp_file: version: 1.8.0 upgrade: false verify that pulpcore 3.14.0 and pulp_file 1.8.0 are installed ---> Start from previous scenario pulpcore_version: 3.14 pulpcore_upgrade: false pulp_file: version: 1.8 upgrade: false verify that pulpcore 3.14.0 is install and pulp_file 1.8.0 are installed ---> Start from previous scenario pulpcore_version: 3.14 pulpcore_upgrade: true pulp_file: version: 1.8 upgrade: true verify that pulpcore 3.14.6 is installed and pulp_file 1.8.2 is installed ---> Start from previous scenario pulpcore_version: 3.15 pulpcore_upgrade: false pulp_file: version: 1.9 upgrade: false Pulpcore and pulp_file will be upgraded to the latest patch release within 3.15 and 1.9. ---> # possible converge.yml - hosts: all vars: (or some way to include vars file) collections: - pulp.pulp_installer roles: - pulp_all_services post_tasks: - assert: environment: DJANGO_SETTINGS_MODULE: pulpcore.app.settings - hosts: all collections: - pulp.pulp_installer roles: - pulp_all_services post_tasks: - assert: environment: DJANGO_SETTINGS_MODULE: pulpcore.app.settings - hosts: all collections: - pulp.pulp_installer roles: - pulp_all_services post_tasks: - assert: environment: DJANGO_SETTINGS_MODULE: pulpcore.app.settings - hosts: all collections: - pulp.pulp_installer roles: - pulp_all_services post_tasks: - assert: environment: DJANGO_SETTINGS_MODULE: pulpcore.app.settings ---> - hosts: all vars: (or some way to include vars file) collections: - pulp.pulp_installer tasks: - set_fact: (or include_vars) - include_role: pulp_all_services - flush_handlers - assert: - set_fact: (or include_vars) - include_role: pulp_all_services - flush_handlers - assert: - set_fact: (or include_vars) - include_role: pulp_all_services - flush_handlers - assert: - set_fact: (or include_vars) - include_role: pulp_all_services - flush_handlers - assert: environment: DJANGO_SETTINGS_MODULE: pulpcore.app.settings ###### tags: `Installer`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up