You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Hi,
is there any plan to support more recent versions of OM & ERT on OpenStack?
According to the release notes of PCF, they will contain at least some security fixes and v2.0 can't be found:
Used ert_major_minor_version: ^2\.0\.[0-9]+$ and opsman_major_minor_version: ^2\.0\.[0-9]+$:
resource script '/opt/resource/check []' failed: exit status 1
stderr:
2018/12/17 17:57:47 Exiting with error: cannot find specified release
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
At this time pcf-pipelines has planned deprecation for early 2019 with a migration path to new tooling that will be officially supported, tested, and maintained.
OpenStack is hard for the team to maintain as none of the members are familiar with the ins and outs of OpenStack, and pcf-pipelines made maintenance of all IaaSs incredibly difficult. pcf-pipelines acts differently based on the IaaS you're using and the OpsMan/PAS version, which makes it brittle.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
is there any plan to support more recent versions of OM & ERT on OpenStack?
According to the release notes of PCF, they will contain at least some security fixes and v2.0 can't be found:
Used
ert_major_minor_version: ^2\.0\.[0-9]+$
andopsman_major_minor_version: ^2\.0\.[0-9]+$
:Using
ert_major_minor_version: ^2\.1\.[0-9]+$
andopsman_major_minor_version: ^2\.1\.[0-9]+$
as written in the example of https://github.com/pivotal-cf/pcf-pipelines/tree/master/install-pcf/openstack#usage theconfigure-director
task failes withundefined method 'service_network=' for <Persistence::Models::Network>
The text was updated successfully, but these errors were encountered: