We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
Shrinkwrap does not currently download all the available charms for a full mirror, I.E it should also include the charms for:
Solved via:
# Pull some missing charms for CDK: Ceph-OSD, Ceph-Mon, Canal, Calico, Vault wget -O ceph-osd.zip https://api.jujucharms.com/charmstore/v5/ceph-osd/archive wget -O ceph-mon.zip https://api.jujucharms.com/charmstore/v5/ceph-mon/archive wget -O canal.zip https://api.jujucharms.com/charmstore/v5/canonical-kubernetes-canal/archive wget -O calico.zip https://api.jujucharms.com/charmstore/v5/~containers/calico/archive wget -O vault.zip https://api.jujucharms.com/charmstore/v5/~openstack-charmers/vault/archive # Pull missing charms for log-monitoring and performance monitoring wget -O telegraf.zip https://api.jujucharms.com/charmstore/v5/telegraf/archive wget -O graylog.zip https://api.jujucharms.com/charmstore/v5/graylog/archive wget -O mongodb.zip https://api.jujucharms.com/charmstore/v5/mongodb/archive wget -O elasticsearch.zip https://api.jujucharms.com/charmstore/v5/elasticsearch/archive wget -O apache2.zip https://api.jujucharms.com/charmstore/v5/apache2/archive wget -O prometheus.zip https://api.jujucharms.com/charmstore/v5/prometheus/archive wget -O grafana.zip https://api.jujucharms.com/charmstore/v5/grafana/archive wget -o filebeat.zip https://api.jujucharms.com/charmstore/v5/filebeat/archive
Thanks
The text was updated successfully, but these errors were encountered:
Update: there seems to be multiple issues when attempting to deploy the monitoring and logging stack in an offline environment.
Sorry, something went wrong.
No branches or pull requests
Hi all,
Shrinkwrap does not currently download all the available charms for a full mirror, I.E it should also include the charms for:
Solved via:
Thanks
The text was updated successfully, but these errors were encountered: