Skip to content

Commit

Permalink
Merge branch 'main' into archived_vm_img
Browse files Browse the repository at this point in the history
  • Loading branch information
eroussy authored Mar 6, 2024
2 parents 149f6be + cd4d696 commit a9507d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Ansible documentation is accessible at https://docs.ansible.com/.
== Prerequisites

Machines that need to be configured by Ansible simply need to provide SSH access
and have a Unix Shell and a Python interpreter. The Votp images already fit with
and have a Unix Shell and a Python interpreter. The SEAPATH images already fit with
this requirements.

=== Use Ansible with cqfd
Expand Down
4 changes: 2 additions & 2 deletions playbooks/cluster_setup_network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
dest: /etc/ovs_configuration.json
validate: setup_ovs.py -v -c -f %s
register: ovs_conf
- name: Restart votp-config_ovs
- name: Restart seapath-config_ovs
ansible.builtin.systemd:
name: votp-config_ovs
name: seapath-config_ovs
state: restarted
when:
- apply_config
Expand Down
20 changes: 0 additions & 20 deletions tests/prepare_limit_test.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/votp-test-sync.conf.j2

This file was deleted.

0 comments on commit a9507d0

Please sign in to comment.