Skip to content

Commit 2b4fb6c

Browse files
committed
juju: simplify bundles for k8s and maas
drop prefix for ubuntu and ntp charms they are useless now Change-Id: Ia5b76213c23ece7615f335e3751cfd96fcf612c7
1 parent fb72b77 commit 2b4fb6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

juju/files/bundle_k8s.yaml.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ services:
9393

9494
# misc
9595
ubuntu:
96-
charm: "cs:{{ UBUNTU_SERIES }}/ubuntu"
96+
charm: "ubuntu"
9797
{%- if ORCHESTRATOR == 'hybrid' %}
9898
num_units: {{ all_nodes | count + 1 }}
9999
{%- else %}
100100
num_units: {{ all_nodes | count }}
101101
{%- endif %}
102102
to: {{ all_nodes }}
103103
ntp:
104-
charm: "cs:{{ UBUNTU_SERIES }}/ntp-41"
104+
charm: "ntp"
105105
{%- if NTP_SERVERS %}
106106
options:
107107
source: "{{ NTP_SERVERS }}"

juju/files/bundle_openstack_maas_ha.yaml.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ services:
382382
# misc
383383

384384
ubuntu:
385-
charm: "cs:{{ UBUNTU_SERIES }}/ubuntu"
385+
charm: "ubuntu"
386386
num_units: 5
387387
bindings:
388388
"": *default-space
@@ -393,7 +393,7 @@ services:
393393
- "3"
394394
- "4"
395395
ntp:
396-
charm: "cs:{{ UBUNTU_SERIES }}/ntp-41"
396+
charm: "ntp"
397397
{%- if NTP_SERVERS %}
398398
options:
399399
source: "{{ NTP_SERVERS }}"

0 commit comments

Comments
 (0)