[release-announce] ansible-role-redhat-subscription 1.0.1

no-reply at openstack.org no-reply at openstack.org
Fri Mar 2 11:47:37 UTC 2018


We are pleased to announce the release of:

ansible-role-redhat-subscription 1.0.1: ansible-role-redhat-
subscription - An ansible role to Manage Red Hat subscritions and
repositories

This is the first release of ansible-role-redhat-subscription.

Download the package from:

    https://tarballs.openstack.org/ansible-role-redhat-subscription/

For more details, please see below.

Changes in ansible-role-redhat-subscription 5fbd67697473c03390c3cc33cb0a46561699a0c9..1.0.1
-------------------------------------------------------------------------------------------

569f43f Update README, variables, and rhsm.conf.j2
00defe7 Update RHSM role to allow Satellite or Portal registration
d4e81a1 Lay groundwork for selection input methods
a4d2420 Support Red Hat Portal Activation Keys
4c77ba5 Make redhat_subscription parameters optional
99c534d Add library/ directory to setup.cfg
ff0ed4a Remove travis.yml
93aa321 Initial commit
d17c2bc Change minimum Ansible version to 2.3
cb72219 Change license to Apache 2.0
4f4fd32 Update redhat_repos.py
d141715 Use redhat_repos module for mananging repos.
fa24f09 Improve and cleanup tests
d47dfa8 Properly skip task when variable is undefined
2a3b319 Configure rhsm.conf
4680d05 Correct type-o in README
e6ac393 Do not make repos and autosubscribing mutually exclusive
fde32ca Change role name in test.yml
7851b80 Correct variable syntax in conditional as well as default parameter
23d1037 Update README




Requirements updates
--------------------

diff --git a/ansible-requirements.txt b/ansible-requirements.txt
new file mode 100644
index 0000000..a1b6838
--- /dev/null
+++ b/ansible-requirements.txt
@@ -0,0 +1,6 @@
+# These are required here because ansible can't be in global-requirements due
+# to licensing conflicts. But we sill need to be able to pull them in for
+# lint checks and want to document these as ansible specific things that may
+# be required for this repository.
+ansible
+ansible-lint
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..db37b07
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+pbr>=1.6
\ No newline at end of file
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..9a5268b
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,2 @@
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+bashate>=0.5.1  # Apache-2.0






More information about the Release-announce mailing list