Skip to content

Commit

Permalink
Merge pull request juju#18337 from jack-w-shaw/fix_spaces_ec2
Browse files Browse the repository at this point in the history
juju#18337

Juju 3.6 now defaults new machines to [email protected].

This was not supported by a charm.

Fix this by:
1) specifying [email protected] when adding a new machine (so this doesn't
 break in future)
2) Add support for [email protected] to our test charm

## QA steps

```
./main.sh -v -c aws -p ec2 -R eu-west-2 -s "test_machines_in_spaces" spaces_ec2
```
  • Loading branch information
jujubot authored Nov 11, 2024
2 parents 761a39c + 81e6042 commit 718ceba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testcharms/charms/space-defender/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bases:
- name: ubuntu
channel: 24.04/stable
architectures:
- amd64
- arm64
- name: ubuntu
channel: 22.04/stable
architectures:
- amd64
- arm64
- name: ubuntu
channel: 20.04/stable
architectures:
- amd64
- arm64

0 comments on commit 718ceba

Please sign in to comment.