-
Notifications
You must be signed in to change notification settings - Fork 26
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
cannot deploy generated bundle in juju 3.x #149
Comments
rafalop
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 21, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Fixes canonical#149
rafalop
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 21, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Resolves: canonical#149
rafalop
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 21, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Ref: https://bugs.launchpad.net/juju/+bug/2041785 Resolves: canonical#149
nicolasbock
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 28, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Ref: https://bugs.launchpad.net/juju/+bug/2041785 Resolves: canonical#149 Co-authored-by: Nicolas Bock <[email protected]>
nicolasbock
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 28, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Ref: https://bugs.launchpad.net/juju/+bug/2041785 Resolves: canonical#149 Co-authored-by: Nicolas Bock <[email protected]>
nicolasbock
added a commit
to rafalop/stsstack-bundles
that referenced
this issue
Nov 28, 2023
To adjust to new juju 3.2 behaviour that does not allow relations referencing overlay applications in the base bundle. Ref: https://bugs.launchpad.net/juju/+bug/2041785 Resolves: canonical#149 Co-authored-by: Nicolas Bock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested juju 3.2 only. It seems that you can no longer add relations into a bundle if the relation involves an application deployed by an overlay. This is the result:
This may be a juju regression, have opened a juju bug accordingly:
https://bugs.launchpad.net/juju/+bug/2041785
Workaround is to comment out the relations from the bundle (openstack.yaml), and then manually add them after deploy.
The text was updated successfully, but these errors were encountered: