Skip to content
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

Fix RedHat os version parsing #23

Conversation

ernestas-poskus
Copy link
Member

@mhamrah @JasonGiedymin

I have found the following bug:

  • os_version_major parsing

os_version_major parsing fails with

       TASK [ansible-marathon : Add mesosphere repo] **********************************
       task path: /tmp/kitchen/roles/ansible-marathon/tasks/RedHat.yml:2
       fatal: [localhost]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute u'\\\\1'"}

@@ -1,5 +1,4 @@
os_version: "{{ ansible_lsb.release if ansible_lsb is defined else ansible_distribution_version }}"
os_version_major: "{{ os_version | regex_replace('^([0-9]+)[^0-9]*.*', '\\\\1') }}"
os_version_major: "{{ ansible_distribution_major_version }}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansible facts already provides major os version

        "ansible_distribution": "CentOS", 
        "ansible_distribution_major_version": "7", 
        "ansible_distribution_release": "Core", 
        "ansible_distribution_version": "7.2.1511", 

@JasonGiedymin
Copy link
Member

  1. Increment marathon_playbook_version in defaults to the next version, I guess that would be "0.3.3".
  2. Merge
  3. Tag in releases

We do this with the other repos (i.e. here, not this one. Hasn't been much love around here. Lets spread it.

@ernestas-poskus ernestas-poskus force-pushed the fix/os_version_major_parsing branch from fa91ef2 to 5e466f3 Compare May 6, 2016 19:24
@ernestas-poskus
Copy link
Member Author

incremented

@JasonGiedymin
Copy link
Member

Looks good 👍

Do the honers.

@JasonGiedymin
Copy link
Member

You👇 the merge button

@ernestas-poskus
Copy link
Member Author

screenshot from 2016-05-06 22-40-05

I don't have one :)

@JasonGiedymin
Copy link
Member

Ah, check your email.

@ernestas-poskus
Copy link
Member Author

🆒 thanks

@ernestas-poskus ernestas-poskus merged commit 3fd0fc0 into AnsibleShipyard:master May 6, 2016
@ernestas-poskus ernestas-poskus deleted the fix/os_version_major_parsing branch May 6, 2016 19:42
@JasonGiedymin
Copy link
Member

Tag it and link it here 😄

@ernestas-poskus
Copy link
Member Author

for each PR or combine them into 0.3.4 (#24) ?

@JasonGiedymin
Copy link
Member

One tag for each PR this time.

@JasonGiedymin
Copy link
Member

Good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants