Skip to content

Commit 29511a5

Browse files
authored
Merge pull request #22 from stackhpc/readme
Add content to readme, set version to 0.0.1
2 parents 92a6bd0 + 84b7590 commit 29511a5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.ansible-lint

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ exclude_paths:
33
- .cache/
44
- .github/
55
skip_list:
6+
- galaxy[version-incorrect]
67
- meta-no-info
78
- meta-runtime[unsupported-version]
89
- yaml[line-length]

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ This collection includes content for interacting with OpenStack clouds.
66

77
### Roles
88

9-
- [os_openstacksdk](roles/os_openstacksdk): Install `openstacksdk` Python package
9+
- [os_container_clusters](roles/os_container_clusters)
10+
- [os_deploy_templates](roles/os_deploy_templates)
11+
- [os_flavors](roles/os_flavors)
12+
- [os_host_aggregates](roles/os_host_aggregates)
13+
- [os_images](roles/os_images)
14+
- [os_networks](roles/os_networks)
15+
- [os_openstackclient](roles/os_openstackclient)
16+
- [os_openstacksdk](roles/os_openstacksdk)
17+
- [os_projects](roles/os_projects)
18+
- [os_volumes](roles/os_volumes)

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: stackhpc
33
name: openstack
4-
version: 1.0.0
4+
version: 0.0.1
55
readme: README.md
66
authors:
77
- StackHPC Ltd

0 commit comments

Comments
 (0)