Skip to content

Commit 9b8d2f0

Browse files
committed
Update ownership data, gh workflows
Remove redundant github workflows Fix ownership references
1 parent 39de3bb commit 9b8d2f0

File tree

12 files changed

+18
-77
lines changed

12 files changed

+18
-77
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
name: Test and release 'main'
3+
name: Test and release branch
44
on:
55
push:
66
branches:

.github/workflows/latest-devel.yml

-27
This file was deleted.

.github/workflows/latest.yml

-27
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When utilizing an image with systemd support (systemd packages are installed, et
1010

1111
# Table of Contents
1212

13-
- [Ansible Collection - syndr.molecule](#ansible-collection---syndrmolecule)
13+
- [Ansible Collection - influxdata.molecule](#ansible-collection---influxdatamolecule)
1414
- [What is Molecule?](#what-is-molecule)
1515
- [Using this collection](#using-this-collection)
1616
- [Host Requirements](#host-requirements)

roles/docker_platform/meta/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
galaxy_info:
2-
author: syndr
2+
author: InfluxData
33
description: Create a docker-based test platform for Molecule
44
role_name: docker_platform
5+
namespace: influxdata
56

67
# If the issue tracker for your role is not on github, uncomment the
78
# next line and provide a value

roles/ec2_platform/meta/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
galaxy_info:
22
role_name: ec2_platform
3-
namespace: syndr
4-
author: syndr
3+
namespace: influxdata
4+
author: InfluxData
55
description: Provision and deprovision an EC2-based Molecule platform using Ansible.
6-
company: UltronCORE
76

87
# If the issue tracker for your role is not on github, uncomment the
98
# next line and provide a value

roles/init/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ MIT
207207
Author Information
208208
------------------
209209
210-
- [@syndr](https://github.com/syndr/)
210+
- InfluxData
211211

roles/init/meta/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
galaxy_info:
2-
author: syndr
2+
role_name: init
3+
author: InfluxData
4+
namespace: influxdata
35
description: Initialize the Molecule testing framework for a project
46

57
# If the issue tracker for your role is not on github, uncomment the

roles/platform/README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@ Example Playbook
4949
tasks:
5050
- name: Create platform(s)
5151
ansible.builtin.include_role:
52-
name: syndr.molecule.platform
53-
vars:
54-
platform_name: "{{ item.name }}"
55-
platform_state: present
56-
platform_type: "{{ item.type }}"
57-
platform_molecule_cfg: "{{ item }}"
58-
loop: "{{ molecule_yml.platforms }}"
59-
loop_control:
60-
label: item.name
52+
name: influxdata.molecule.platform
6153
6254
# We want to avoid errors like "Failed to create temporary directory"
6355
- name: Validate that inventory was refreshed
@@ -83,5 +75,5 @@ MIT
8375
Author Information
8476
------------------
8577

86-
- [@syndr](https://github.com/syndr/)
78+
- InfluxData
8779

roles/platform/meta/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
galaxy_info:
22
role_name: platform
3-
namespace: syndr
4-
author: syndr
3+
namespace: influxdata
4+
author: InfluxData
55
description: Create and destroy a platform for Molecule testing
6-
company: UltronCORE
76

87
# If the issue tracker for your role is not on github, uncomment the
98
# next line and provide a value

roles/prepare_controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ MIT
6666
Author Information
6767
------------------
6868
69-
- [@syndr](https://github.com/syndr/)
69+
- InfluxData
7070

roles/prepare_controller/meta/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
galaxy_info:
2-
author: syndr
2+
role_name: prepare_controller
3+
author: InfluxData
4+
namespace: influxdata
35
description: Prepare a molecule controller to run local code tests
46

57
# If the issue tracker for your role is not on github, uncomment the

0 commit comments

Comments
 (0)