Skip to content
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

Shrinkwrap does not download all the charms we require in the-field #5

Open
CalvinHartwell opened this issue Jul 29, 2018 · 1 comment

Comments

@CalvinHartwell
Copy link

CalvinHartwell commented Jul 29, 2018

Hi all,

Shrinkwrap does not currently download all the available charms for a full mirror, I.E it should also include the charms for:

  • Ceph mon charm
  • Ceph osd charm
  • Canal charm
  • Calico charm
  • Vault charm
  • Telegraf charm
  • Graylog charm
  • MongoDB charm
  • ElasticSearch charm
  • apache2 charm
  • Prometheus Charm
  • Grafana Charm
  • Filebeat Charm
  • Integrator Charm for Openstack
  • Integrator Charm for VMware

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

@CalvinHartwell
Copy link
Author

Update: there seems to be multiple issues when attempting to deploy the monitoring and logging stack in an offline environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant