Skip to content

Commit

Permalink
bastion upgrade enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
k8soneill authored Apr 16, 2019
1 parent 237a950 commit b2259a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
- import_playbook: all_servers.yml
- import_playbook: certbot.yml
- import_playbook: openshift.yml
# Upgrade bastion being removed for now
# due to package versioning issues with
# aggregated logging.
#- import_playbook: upgrade_bastion.yml
- import_playbook: upgrade_bastion.yml
5 changes: 1 addition & 4 deletions upgrade_bastion.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

# Upgrade the Bastion host
# Should happen after deploying the cluster
# Skip broken added to resolve dependancy issues we are currently facing.
# Should be removed when these are fixed via https://bugzilla.redhat.com/show_bug.cgi?id=1497387
- hosts: localhost
become: yes
tasks:
- name: "Upgrade Bastion Host (DO NOT interrupt) ."
local_action: yum name=* state=latest skip_broken=yes
local_action: yum name=* state=latest
when: doUpgrades == True

# This isn't the last task in "deploy-with-upgrade", so we can't
Expand Down

0 comments on commit b2259a1

Please sign in to comment.