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

release 2.0 in supermarket #148

Closed
chris-rock opened this issue Mar 22, 2017 · 8 comments
Closed

release 2.0 in supermarket #148

chris-rock opened this issue Mar 22, 2017 · 8 comments
Labels
Milestone

Comments

@chris-rock
Copy link
Member

chris-rock commented Mar 22, 2017

@artem-sidorenko Do you see anything that prevents us to release the current master as v 2.0.0? Supermarket still uses 1.4.1

@artem-sidorenko
Copy link
Member

artem-sidorenko commented Mar 22, 2017

@chris-rock my view/plan for 2.0 was:

  1. fix the tests/get CI green - currently only the audit stuff is missing, so this point might be seen optional
  2. fix the attributes, which depend on other attributes (see this for details). Because of changing cookbook behavior this is a must in my eyes for 2.0

I try to cover the second thing (and ideally the first too) this/next week, ideally prior to the chef 13 release

@chris-rock chris-rock added this to the 2.0.0 milestone Mar 22, 2017
@chris-rock
Copy link
Member Author

chris-rock commented Mar 22, 2017

@artem-sidorenko just to make sure, I am talking about os-hardening 2.0, since you're linking a ssh issue

@artem-sidorenko
Copy link
Member

@chris-rock right, this comment just describes the problem in detail. We had this problem in ssh-hardening in one place as far I remember, in os-hardening there are several places with this problem

@artem-sidorenko
Copy link
Member

@chris-rock Example, if I want to properly enable IPv6 I have to do something like this:

# Enable IPv6
override['network']['ipv6']['enable'] = true
override['sysctl']['params']['net']['ipv6']['conf']['all']['disable_ipv6'] = 0

override['sysctl']['params']['net']['ipv6']['conf']['default']['accept_ra_rtr_pref'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['accept_ra_pinfo'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['accept_ra_defrtr'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['autoconf'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['dad_transmits'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['max_addresses'] = 16

override['sysctl']['params']['net']['ipv6']['conf']['all']['accept_ra'] = 1
override['sysctl']['params']['net']['ipv6']['conf']['default']['accept_ra'] = 1

@chris-rock
Copy link
Member Author

Makes sense.

@artem-sidorenko
Copy link
Member

As soon as #149 and #150 are reviewed and merged we can release the 2.0.0 from my point of view

@artem-sidorenko
Copy link
Member

@atomic111 @chris-rock once #151 is merged I would like to release 2.0.0. What do you think?

@artem-sidorenko
Copy link
Member

2.0.0 is released

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

No branches or pull requests

2 participants