Skip to content

Commit

Permalink
Disable spice modification
Browse files Browse the repository at this point in the history
Due to incompatiblities with the upstream version

(cherry picked from commit 85200a6)
  • Loading branch information
BjoernT committed Mar 16, 2020
1 parent bdb1c61 commit e612e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Playbooks
| configure-glance.yml | None | Install standard RPC OSS images like CentOS, Ubuntu etc. |
| configure-neutron.yml | None | Setup RPC security group and install neutron debugging tools inside agent container |
| configure-nova.yml | None | Install standard nova flavor (e.g. m1.small) |
| configure-spice-console.yml | None | Reinstall the missing CRTL+ALT+DEL Button to login into Windows guests |
| gather-facts.yml | None | Rebuild ansible facts when necessary |
| fix-lxc-container-bindmount.yml | None | Optional mitigation for RO-4387 on Newton+ containers when needed |
| install-holland-db-backup.yml| None | Installs Holland DB backup into the galera container |
Expand Down
4 changes: 3 additions & 1 deletion playbooks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
- include: configure-neutron.yml
- include: configure-nova.yml
- include: configure-glance.yml
- include: configure-spice-console.yml
# Disabled due to incompatiblities with
# the upstream version
#- include: configure-spice-console.yml
- include: install-holland-db-backup.yml
- include: install-dell-server-monitoring.yml
- include: install-hp-server-monitoring.yml
Expand Down

0 comments on commit e612e33

Please sign in to comment.