-
Notifications
You must be signed in to change notification settings - Fork 16
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
⚠️ Switch OSP default to 17.1 ⚠️ #216
Conversation
Some of us are currently testing it, I suggest that we wait for it to be merged. Note that this brings backward incompatible changes to dev-install; so I produced a release today which will be usable for anyone who wants the default to work with 16.2 and RHEL 8.4. |
I need to add support for NtpServer when using internal puddles. That's for Ceph; I'll explain in a next patchset, tomorrow. |
f72d17c
to
087265b
Compare
@@ -1,9 +0,0 @@ | |||
dpdk_interface: enp130s0f0 |
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.
why is this example being removed?
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.
it's renamed for 17.1. No point of duplicating examples for DPDK.
@@ -1,5 +1,5 @@ | |||
--- | |||
rhos_release: 16.2 | |||
rhos_release: 17.1 |
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.
do we want to default all install types to 17.1?
on NFV we have this issue https://bugzilla.redhat.com/show_bug.cgi?id=2228643
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.
yes I know, but at the same time I don't think we should wait for the next FDP release (October AFIK).
dev-install users who want FDP should know that it's currently not working now in 17.1...
* Update README and add RHEL versions table * Move telco examples to 17.1 * Add new example for 16.2 * Updade vars defaults and add some doc too for storage on RHEL9 * Skip some tasks in prepare_host for RHEL9 * Add `ntp_server` parameter (with a safe default when not using RHSM) for deploying with a specific NTP. * Handle the RH container registry login when deploying Ceph. Unfortunately, `redhat_registry_credentials` is now a dict with mandatory `username` and `password` fields.
703579c
to
66b35c4
Compare
Required if the initial dev-install was done by e.g. `cloud-user`.
c2a41d7
to
22758fc
Compare
66b9c64
to
a382fcd
Compare
@EmilienM Is it ready for review? |
Yes, I'm debugging something today but I'm not sure it involves dev-install. |
This is ready for review, @gprocunier had some comments (offline) but I think this can be addressed on a separate PR. |
/lgtm |
further fixes/improvements should come via another PR. Thanks for the review, let's iterate. |
ntp_server
parameter (with a safe default when not using RHSM) for deploying with a specific NTP.Unfortunately,
redhat_registry_credentials
is now a dict with mandatoryusername
andpassword
fields.ceph_devices
via LVM.