Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to use ansible-collection-openstack #20

Merged
merged 7 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages. For example:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -U pip
$ python -m pip install --upgrade pip
markgoddard marked this conversation as resolved.
Show resolved Hide resolved
$ pip install -r requirements.txt

Install Ansible role and collection dependencies from Ansible Galaxy:
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-container-clusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- container-clusters-templates
roles:
- role: stackhpc.os-container-clusters
- role: stackhpc.openstack.os_container_clusters
os_container_clusters_venv: "{{ openstack_venv }}"
os_container_clusters_auth_type: "{{ openstack_auth_type }}"
os_container_clusters_auth: "{{ openstack_auth }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- flavors
roles:
- role: stackhpc.os-flavors
- role: stackhpc.openstack.os_flavors
os_flavors_venv: "{{ openstack_venv }}"
os_flavors_auth_type: "{{ openstack_auth_type }}"
os_flavors_auth: "{{ openstack_auth }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-host-aggregates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- host_aggregates
roles:
- role: stackhpc.os_host_aggregates
- role: stackhpc.openstack.os_host_aggregates
os_host_aggregates_venv: "{{ openstack_venv }}"
os_host_aggregates_auth_type: "{{ openstack_auth_type }}"
os_host_aggregates_auth: "{{ openstack_auth }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- images
roles:
- role: stackhpc.os-images
- role: stackhpc.openstack.os_images
os_images_venv: "{{ openstack_venv }}"
os_images_cache: "{{ ansible_env.PWD }}/openstack-config-image-cache"
os_images_auth_type: "{{ openstack_auth_type }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- networks
roles:
- role: stackhpc.os-networks
- role: stackhpc.openstack.os_networks
os_networks_venv: "{{ openstack_venv }}"
os_networks_auth_type: "{{ openstack_auth_type }}"
os_networks_auth: "{{ openstack_auth }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/openstack-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags:
- project
roles:
- role: stackhpc.os-projects
- role: stackhpc.openstack.os_projects
os_projects_venv: "{{ openstack_venv }}"
os_projects_auth_type: "{{ openstack_auth_type }}"
os_projects_admin_auth: "{{ openstack_auth }}"
Expand Down
Empty file removed ansible/roles/.keep
Empty file.
12 changes: 3 additions & 9 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
roles:
- name: stackhpc.os-flavors
- name: stackhpc.os-images
- name: stackhpc.os-networks
- name: stackhpc.os-projects
- name: stackhpc.os_host_aggregates
- name: stackhpc.os-container-clusters

collections:
- name: openstack.cloud
version: '<2'
version: 2.1.0
- name: stackhpc.openstack
version: 0.0.1