Ansible 1.9.1 rc1 is now available for testing

200 views
Skip to first unread message

James Cammarata

unread,
Apr 6, 2015, 3:37:34 PM4/6/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
Hi all, we've just tagged the rc1 release for 1.9.1
To test from source, simply clone the git repository (if you haven't already) and do the following:

$ git checkout v1.9.1-0.1.rc1
$ git submodule update
$ . hacking/env-setup

After which time you can run ansible and ansible-playbook like normal. If you're not familiar with the hacking/env-setup script, please refer to the documentation here: 


To make a tar ball, RPM or DEB with which to test, do the following:

$ git checkout v1.9.1-0.1.rc1
$ git submodule update

# for a .tar.gz (output is dist/ansible-1.9.1.tar.gz)
$ make sdist
# for RPMs
$ OFFICIAL=yes make rpm
# for DEBs
$ OFFICIAL=yes make deb

If you discover any errors related to this release candidate, please open a Github issue and be sure to mention which version you're testing. We will be looking to evaluate the status of this release candidate on Wednesday, April 8th, at which time we will decide if we will cut the final release or if we need to do an rc2 release.

Thanks!

James Cammarata
Director, Ansible Core Engineering
github: jimi-c

Anand Buddhdev

unread,
Apr 7, 2015, 2:46:00 PM4/7/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
On Monday, 6 April 2015 21:37:34 UTC+2, James Cammarata wrote:

Hi all, we've just tagged the rc1 release for 1.9.1

Hi James,

I built a wheel from the tarball, but the wheel didn't contain any modules:

$ pip list --user
pip (6.1.1)
setuptools (15.0)
wheel (0.24.0)

$ ll wheelhouse/ansible*
2112 -rw-r--r-- 1 anandb staff 1081248 Feb 23 13:51 wheelhouse/ansible-1.8.4-py2-none-any.whl
720 -rw-r--r-- 1 anandb staff 364708 Apr 7 20:30 wheelhouse/ansible-1.9.1-py2-none-any.whl

Notice how the ansible 1.9 wheel is much smaller in size. It's missing all the modules.

Regards,
Anand

James Cammarata

unread,
Apr 7, 2015, 3:10:55 PM4/7/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
Hi Anand, when you cloned the repo, did you update the submodules?

James Cammarata
Director, Ansible Core Engineering
github: jimi-c

--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4e9f98d8-7405-43ad-ba26-371e90b65b0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anand Buddhdev

unread,
Apr 7, 2015, 3:14:22 PM4/7/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
I didn't clone the repo. I fetched the tarball, and built the wheel from it, like this:

$ pip wheel --no-deps ansible-1.9.1-0.1.rc1.tar.gz


On Tuesday, 7 April 2015 21:10:55 UTC+2, James Cammarata wrote:

Matt Martz

unread,
Apr 7, 2015, 3:53:33 PM4/7/15
to ansible...@googlegroups.com, ansibl...@googlegroups.com
Where did you grab the tarball from?  GitHub?  If so then that would be expected since the module repos are separate from the core repo, you only pulled 1 of 3 required if you do it that way.

You can do it directly via pip with the following command:


pip will handle updating the submodules and such for you.

--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Matt Martz
@sivel
sivel.net

Ivaylo Bratoev

unread,
Apr 9, 2015, 8:37:01 AM4/9/15
to ansibl...@googlegroups.com, ansible...@googlegroups.com
Found a 1.9 regression that it would be great if it can be fixed for 1.9.1: https://github.com/ansible/ansible/issues/10661 
Reply all
Reply to author
Forward
0 new messages