-
Notifications
You must be signed in to change notification settings - Fork 15
Compatibility for ubuntu xenial 16.04 #6
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
Compatibility for ubuntu xenial 16.04 #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oups, maybe i should remove this, it was for let docker work under my Linux.
(削除) Seems the cookbook fail due to rbenv with default ruby-2.0.0-p645
on AWS Official Ubuntu ami-a4d44ed7
Instead success in kitchen docker. (削除ここまで)
(削除) I will try to look at ec2-kitchen and change rbenv version for make it work. (削除ここまで)
fae5af4
to
3b43f4c
Compare
Replace deprecated cookbook awscli by cloudcli revert kitchen to original state
Problem was in packer...
All test and build works well now, also with kitchen-ec2
. validate PR when it suits you.
All the Best.
Hello, unfortunately, the cookbook doesn't work under new Ubuntu LTS Xenial 16.04.
I've first try through
ubuntu_installer
but the dpkg-package fail due to use ruby2 instead ruby3 are only available on package.Therefore, the
manual_install
works fine with rbenv.awscli
bycloudcli
( which also use
poise-python
instead python are also deprecated )All the tests seems pass fine, let me know if you want me change something.
Best.