File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ services:
93
93
94
94
# misc
95
95
ubuntu:
96
- charm: "cs:{{ UBUNTU_SERIES }}/ ubuntu"
96
+ charm: "ubuntu"
97
97
{%- if ORCHESTRATOR == 'hybrid' %}
98
98
num_units: {{ all_nodes | count + 1 }}
99
99
{%- else %}
100
100
num_units: {{ all_nodes | count }}
101
101
{%- endif %}
102
102
to: {{ all_nodes }}
103
103
ntp:
104
- charm: "cs:{{ UBUNTU_SERIES }}/ ntp-41 "
104
+ charm: "ntp"
105
105
{%- if NTP_SERVERS %}
106
106
options:
107
107
source: "{{ NTP_SERVERS }}"
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ services:
382
382
# misc
383
383
384
384
ubuntu:
385
- charm: "cs:{{ UBUNTU_SERIES }}/ ubuntu"
385
+ charm: "ubuntu"
386
386
num_units: 5
387
387
bindings:
388
388
"": *default-space
@@ -393,7 +393,7 @@ services:
393
393
- "3"
394
394
- "4"
395
395
ntp:
396
- charm: "cs:{{ UBUNTU_SERIES }}/ ntp-41 "
396
+ charm: "ntp"
397
397
{%- if NTP_SERVERS %}
398
398
options:
399
399
source: "{{ NTP_SERVERS }}"
You can’t perform that action at this time.
0 commit comments