enaml-ops / omg-product-bundle

a bundle of supported omg compatible product plugins
Apache License 2.0
2 stars 2 forks source link

ert-plugin v0.0.6-2c316c generates invalid fingerprints #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

ert-plugin v0.0.6-2c316c generates invalid fingerprints.

It produces something like this:

instance_groups:
- name: cloud_controller-partition
  jobs:
  - name: cloud_controller_ng
    properties:
      app_ssh:
        host_key_fingerprint: "hyqgbedosdn7886qvxs90"

But should instead product the fingerprint of the host key, like:

instance_groups:
- name: cloud_controller-partition
  jobs:
  - name: cloud_controller_ng
    properties:
      app_ssh:
        host_key_fingerprint: "ad:6a:47:ca:8b:ee:ef:25:2a:78:04:f2:12:35:04:a2"
ghost commented 7 years ago

Moving to ert-plugin repo