fabric8io / fabric8-installer

To install fabric8 into a Kubernetes, OpenShift or Atomic environment
12 stars 37 forks source link

Errors and warning when creating secrets #40

Open rhuss opened 8 years ago

rhuss commented 8 years ago

With an 'vagrant up' in the installer image the following warnings appear:

==> default: Setting up secrets on your
==> default: OpenShift installation at https://172.28.128.4:8443 in namespace default
==> default:
==> default:
==> default: Importing secret: gerrit-admin-ssh/ssh-key
==> default: Importing secret: gerrit-admin-ssh/ssh-key.pub
==> default: No secrets found on local filesystem, generating SSH public and private key pair
==> default: gerrit-admin-ssh secret.......................................................✔
==> default: Importing secret: gerrit-users-ssh-keys/id-jenkins-rsa.pub
==> default: No secrets found on local filesystem, generating SSH public key
==> default: Importing secret: gerrit-users-ssh-keys/id-sonar-rsa.pub
==> default: No secrets found on local filesystem, generating SSH public key
==> default: gerrit-users-ssh-keys secret..................................................✔
==> default: Importing secret: jenkins-release-gpg/gpg.conf
==> default: Warning: open jenkins-release-gpg/gpg.conf: no such file or directory
==> default: Importing secret: jenkins-release-gpg/secring.gpg
==> default: Warning: open jenkins-release-gpg/secring.gpg: no such file or directory
==> default: Importing secret: jenkins-release-gpg/pubring.gpg
==> default: Warning: open jenkins-release-gpg/pubring.gpg: no such file or directory
==> default: Importing secret: jenkins-release-gpg/trustdb.gpg
==> default: Warning: open jenkins-release-gpg/trustdb.gpg: no such file or directory
==> default:
==> default: jenkins-release-gpg secret....................................................✔
==> default: Importing secret: jenkins-git-ssh/ssh-key
==> default: Importing secret: jenkins-git-ssh/ssh-key.pub
==> default: No secrets found on local filesystem, generating SSH public and private key pair
==> default: jenkins-git-ssh secret........................................................✔
==> default: Importing secret: jenkins-master-ssh/ssh-key
==> default: Importing secret: jenkins-master-ssh/ssh-key.pub
==> default: No secrets found on local filesystem, generating SSH public and private key pair
==> default: jenkins-master-ssh secret.....................................................✔
==> default: Importing secret: jenkins-git-ssh/ssh-key
==> default: Importing secret: jenkins-git-ssh/ssh-key.pub
==> default: No secrets found on local filesystem, generating SSH public and private key pair
==> default: jenkins-git-ssh secret........................................................✘ secrets "jenkins-git-ssh" already exists
==> default: Importing secret: jenkins-master-ssh/ssh-key
==> default: Importing secret: jenkins-master-ssh/ssh-key.pub
==> default: No secrets found on local filesystem, generating SSH public and private key pair
==> default: jenkins-master-ssh secret.....................................................✘ secrets "jenkins-master-ssh" already exists
==> default: Importing secret: jenkins-release-gpg/gpg.conf
==> default: Warning: open jenkins-release-gpg/gpg.conf: no such file or directory
==> default: Importing secret: jenkins-release-gpg/secring.gpg
==> default: Warning: open jenkins-release-gpg/secring.gpg: no such file or directory
==> default: Importing secret: jenkins-release-gpg/pubring.gpg
==> default: Warning: open jenkins-release-gpg/pubring.gpg: no such file or directory
==> default: Importing secret: jenkins-release-gpg/trustdb.gpg
==> default: Warning: open jenkins-release-gpg/trustdb.gpg: no such file or directory
==> default:
==> default: jenkins-release-gpg secret....................................................✘ secrets "jenkins-release-gpg" already exists
==> default:
==> default:                                    Z Z        Z
rhuss commented 8 years ago

If these are not errors, at least the messages are quite confusing as well as the repeated import blocks of the same keys.