From MM9745 at att.com Wed Apr 3 19:19:09 2019 From: MM9745 at att.com (MCEUEN, MATT) Date: Wed, 3 Apr 2019 19:19:09 +0000 Subject: [Airship-discuss] WIP Airship 1.0 Release Notes Message-ID: <7C64A75C21BB8D43BD75BB18635E4D89708DC099@MOSTLS1MSGUSRFF.ITServices.sbc.com> Airship team, For our 1.0 Release Candidate ahead of the Berlin Summit, we prepped some pretty high-level Release Notes [1]. As we prepare for an Airship 1.0 release, Drew and I have assembled a set of additional release notes to tell the story of how far we've come in the past 6 months or so. A draft can be found here [2]. This is based on a number of highlights we thought to include, plus skimming over hundreds of commit messages for additional big rocks. That is to say, we probably missed some things that should be included! Please take a look and add/edit anything that you believe is relevant feature-related information for the broad operator and developer community. I plan to edit the result for uniformity and get the result into the wiki as part of our 1.0 release. [1]: https://wiki.openstack.org/wiki/Airship_Release_Candidate [2]: https://etherpad.openstack.org/p/airship-release-notes Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: From cboylan at sapwetik.org Tue Apr 9 21:10:04 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Tue, 09 Apr 2019 17:10:04 -0400 Subject: [Airship-discuss] =?utf-8?q?Upgrading_the_lists=2E=28openstack=7C?= =?utf-8?q?airshipit=7Cstarlingx=7Czuul-ci=29=2Eorg_server_Friday_April_12?= Message-ID: It is that time of the Ubuntu LTS cycle again and we need to upgrade our mailman mailing list server. We'd like to do that this Friday, April 12. We expect the upgrade to begin at about 17:00UTC and result in a 30-45 minute outage. The reason for the extended outage is that we will be upgrading the server in place to preserve its mail reputation. Thankfully email is a persistent system and your clients should queue up email sent until the server is back up again and accepting smtp connections. This means the outage shouldn't be very noticeable. Finally, for list admins, there are new DMARC moderation action settings. We ask that you don't change these settings and instead work with us if you need to address DMARC problems. Our current preference is that we pass email through unmodified so that the signatures still validate. Thank you all for your patience and feel free to ask us questions, Clark From cboylan at sapwetik.org Thu Apr 11 22:20:13 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Thu, 11 Apr 2019 18:20:13 -0400 Subject: [Airship-discuss] Migrating git repos to OpenDev In-Reply-To: <87wolas6fa.fsf@meyer.lemoncheese.net> References: <87wolas6fa.fsf@meyer.lemoncheese.net> Message-ID: On Thu, Mar 7, 2019, at 1:47 PM, James E. Blair wrote: > Hi, > > As discussed in November[1], the OpenStack project infrastructure is > being rebranded as "OpenDev" to better support a wider community of > projects. > > We are nearly ready to perform the part of this transition with the > largest impact: moving the authoritative git repositories for existing > projects. > > In this email, I'd like to introduce the new hosting system we are > preparing, discuss the transition, and invite projects to work with us > on the logistics of the change. > > Gerrit > ====== > > Gerrit is the core of our system and it will remain so in OpenDev. As > part of this move, we will rename the gerrit server from > review.openstack.org to review.opendev.org. As part of the transition, > we will automatically merge appropriate changes to all branches of all > repositories updating .gitreview and Zuul configuration files. Any > further changes (README files, etc.) we expect to be made by individual > project contributors. > > Repository Browsing > =================== > > Currently our canonical *public* repository system is the cgit server at > https://git.openstack.org/ (and git.airshipit.org, git.starlingx.io, and > git.zuul-ci.org). This is a load balanced cluster of several servers > which is designed to handle all the public git repository traffic, as it > scales much better than Gerrit (and has a more friendly domain name). > From a technical standpoint, it's excellent, but its usability could be > improved. > > Therefore, as part of this transition, we will replace the cgit servers > with a new system based on Gitea. Gitea is a complete development > collaboration system, but it's very flexible and will allow us to > disable components which we aren't using. We will operate it in a > read-only configuration where it will act as the public mirror for > Gerrit. The advantages it has over the current system are: > > * Shorter domain name in project URLs: > https://git.openstack.org/openstack/nova vs > https://opendev.org/openstack/nova > * Clone and browsing URLs are the same (with cgit, the browsing URL has > an extra path component) > * More visually pleasing code browsing > * Integrated code searching > * Ability to highlight multiple lines in links > > When we perform the transition we will install redirects from > git.openstack.org (and the other git sites) to opendev.org, and will > maintain those redirects for the foreseeable future. We will construct > them so that even existing deep links to individual files in individual > commits to cgit will redirect to the correct location on opendev.org. > > This system is up and running now with a live mirror of data from > Gerrit, and you can start testing it out today at https://opendev.org/ > > Please let us know if you encounter any problems. > > If you would like to read more about the design of this system and the > transition, see the infra-spec[2]. > > GitHub > ====== > > Currently all OpenStack projects are replicated to GitHub. We do not > plan on changing that during the transition, however, any projects > outside of the openstack*/ namespaces will not automatically be > replicated to GitHub, and we do not plan on adding that in the future. > We do, however, support projects using Zuul to run post-merge jobs to > push updates to GitHub or any other third-party mirrors with their own > credentials. We will be happy to work with anyone interested in that to > help set up jobs to do so. > > We are adopting this approach so that individual projects can have more > control over how they are represented in social media, and to give us > more flexibility in supporting our own organizational namespaces on > OpenDev without assuming they map directly to GitHub. > > Eventually we plan on moving the OpenStack project to that system as > well and retiring direct replication from Gerrit to GitHub completely. > But we will defer that work until after this transition. > > Logistics > ========= > > We can prepare much of the system in advance (as we have for the hosting > system on opendev.org), but the actual transition and renaming of the > Gerrit server will need to happen at once during an outage window. We > need to schedule that outage and begin preparing for it. > > Since all of the project git URLs are going to change (to replace > git.openstack.org with opendev.org and review.openstack.org with > review.opendev.org), we can additionally take the opportunity to > reorganize projects into different organizations. > > For example, during the transition we will rename Zuul, and it's > associated projects, from the "openstack-infra" org to "zuul". So their > new names will be "zuul/zuul", "zuul/nodepool", etc. > > This is an excellent time for the rest of the OpenStack Foundation > pilot projects to do the same. > > If the OpenStack project desires this, it would also be a good time to > move unofficial projects out of the openstack/ namespace. > > Therefore, we need your help: > > Action Items > ============ > > We need each of the following projects: > > * OpenStack > * Airship > * StarlingX > * Zuul > > To nominate a single point of contact to work with us on the transition. > It would be helpful for that person to attend the next (and possibly > next several) openstack infra team meetings in IRC [3]. We will work > with those people on scheduling the transition, as well as finalizing > the list of projects which should be renamed as part of the transition. > > If you manage an unofficial project and would like to take the > opportunity to move or rename your project, please add it to this > ethercalc[4]. > > [1] > http://lists.openstack.org/pipermail/openstack-dev/2018-November/136403.html > [2] > http://specs.openstack.org/openstack-infra/infra-specs/specs/opendev-gerrit.html > [3] http://eavesdrop.openstack.org/#Project_Infrastructure_Team_Meeting > [4] https://ethercalc.openstack.org/opendev-transition We've made good progress in preparing this change and are still on track to do this Friday April 19, 2019. Our project liasons have been drawing up lists of projects to rename during the outage. One big thing to keep in mind is unofficial OpenStack projects will no longer be in the "openstack" namespace. They will be placed in the 'x/' namespace instead which intends to indicate no endorsement or special ownership. One side effect of this change (as noted in Jim's earlier email) is that we will stop replicating projects that move out of the openstack namespace. Projects that wish to be replicated to Github or anywhere else they like can do so following the steps that David Moreau-Simard put together for us here [5]. This transition is likely to be a bit bumpy particularly at the start. We'll be around after the transition to help fix unexpected errors and are likely to spend a fair bit of time at the PTG improving things as well. Finally, to be extra clear, we intend to put http redirects in place so that all your old http(s) urls continue to work. Fungi has set this up for testing with details here [6] if you would like to ensure your urls redirect properly. [5] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005007.html [6] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004921.html Thank you for your patience and feel free to reach out with any questions you might have. Clark From dmsimard at redhat.com Thu Apr 11 21:47:31 2019 From: dmsimard at redhat.com (David Moreau Simard) Date: Thu, 11 Apr 2019 17:47:31 -0400 Subject: [Airship-discuss] New Zuul job to replicate a project's git repository to a remote git server Message-ID: Hi, It is now possible for projects to replicate their git repository to a custom location by inheriting from the 'upload-git-mirror' job provided by Zuul. This job wraps around the 'upload-git-mirror' Ansible role that is part of the zuul-jobs library [1]. In order to use this job, you must supply a secret in the following format: === - secret: name: data: user: host:
host_key: ssh_key: === The 'host_key' parameter can be retrieved from your known_hosts file or with a command like 'ssh-keyscan -H ' or 'ssh-keyscan -t rsa '. For example, the 'host_key' when pushing to GitHub would be, on a single line: github.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ== The 'ssh_key' parameter should be encrypted before being committed to the git repository. Zuul provides a tool for easily encrypting files such as SSH private keys and you can find more information about it in the documentation [2]. For example, encrypting a key for the "openstack/ara" project would look like this: === zuul/tools/encrypt_secret.py --infile /home/dmsimard/.ssh/ara_git_key --tenant openstack https://zuul.openstack.org openstack/ara === You would then use the secret in a job inheriting from 'upload-git-mirror' as such: === - job: name: -upload-git-mirror parent: upload-git-mirror description: Mirrors openstack/ to neworg/ vars: git_mirror_repository: neworg/ secrets: - name: git_mirror_credentials secret: pass-to-parent: true === Finally, the job must be set to run in your project's 'post' pipeline which is triggered every time a new commit is merged to the repository: === - project: check: jobs: # [...] gate: jobs: # [...] post: jobs: - -upload-git-mirror === Note that the replication would only begin *after* the change has merged, meaning that merging the addition of the post job would not trigger the post job itself immediately. The post job will only trigger the next time that a commit is merged. [1]: https://zuul-ci.org/docs/zuul-jobs/general-roles.html#role-upload-git-mirror [2]: https://zuul-ci.org/docs/zuul/user/encryption.html David Moreau Simard dmsimard = [irc, github, twitter] From cboylan at sapwetik.org Fri Apr 12 18:31:13 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Fri, 12 Apr 2019 14:31:13 -0400 Subject: [Airship-discuss] =?utf-8?q?Upgrading_the_lists=2E=28openstack=7C?= =?utf-8?q?airshipit=7Cstarlingx=7Czuul-ci=29=2Eorg_server_Friday_April_12?= In-Reply-To: References: Message-ID: On Tue, Apr 9, 2019, at 2:10 PM, Clark Boylan wrote: > It is that time of the Ubuntu LTS cycle again and we need to upgrade > our mailman mailing list server. We'd like to do that this Friday, > April 12. We expect the upgrade to begin at about 17:00UTC and result > in a 30-45 minute outage. The reason for the extended outage is that we > will be upgrading the server in place to preserve its mail reputation. > > Thankfully email is a persistent system and your clients should queue > up email sent until the server is back up again and accepting smtp > connections. This means the outage shouldn't be very noticeable. > > Finally, for list admins, there are new DMARC moderation action > settings. We ask that you don't change these settings and instead work > with us if you need to address DMARC problems. Our current preference > is that we pass email through unmodified so that the signatures still > validate. > > Thank you all for your patience and feel free to ask us questions, > Clark The upgrade is complete and we believe the lists to be operational again. As always feel free to ask us questions or point out any odd behaviors if you notice them. Thanks again for your patience, Clark From rp2723 at att.com Tue Apr 16 16:04:58 2019 From: rp2723 at att.com (PACHECO, RODOLFO J) Date: Tue, 16 Apr 2019 16:04:58 +0000 Subject: [Airship-discuss] Canceled: Airship - Open Design Call - AM EST Call Message-ID: <99088997CCAD0C4BA20008FD0943449632809D7E@MISOUT7MSGUSRDI.ITServices.sbc.com> Reminder – Will be at the Denver Open Infrastructure PTG Canceling this instance of the meeting. Etherpad for the Airship Open Design discussion https://etherpad.openstack.org/p/Airship_OpenDesignDiscussions Storyboard in flight Specs https://storyboard.openstack.org/#!/project/openstack/airship-specs Github Airship Specs https://github.com/openstack/airship-specs/tree/master/specs Inflight/reviewing specs https://review.openstack.org/#/q/status:open+airship-specs __________________________________________ Join by video system i Dial rp2723 at attcorp.webex.com and enter your host PIN 02083790. You can also dial 173.243.2.68 and enter your meeting number. Join by phone 1-844-517-1415 United States Toll Free 1-618-230-6039 United States Toll Access code: 733 333 726 Host PIN: 02083790 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 2449 bytes Desc: not available URL: From rp2723 at att.com Tue Apr 16 16:05:58 2019 From: rp2723 at att.com (PACHECO, RODOLFO J) Date: Tue, 16 Apr 2019 16:05:58 +0000 Subject: [Airship-discuss] Canceled: Airship - Open Design Call - AM EST Call - May 2, 2019 Message-ID: Reminder – Will be at the Denver Open Infrastructure PTG Canceling this instance of the meeting. Etherpad for the Airship Open Design discussion https://etherpad.openstack.org/p/Airship_OpenDesignDiscussions Storyboard in flight Specs https://storyboard.openstack.org/#!/project/openstack/airship-specs Github Airship Specs https://github.com/openstack/airship-specs/tree/master/specs Inflight/reviewing specs https://review.openstack.org/#/q/status:open+airship-specs __________________________________________ Join by video system i Dial rp2723 at attcorp.webex.com and enter your host PIN 02083790. You can also dial 173.243.2.68 and enter your meeting number. Join by phone 1-844-517-1415 United States Toll Free 1-618-230-6039 United States Toll Access code: 733 333 726 Host PIN: 02083790 -------------- next part -------------- An HTML attachment was scrubbed... URL: From cboylan at sapwetik.org Wed Apr 17 00:10:46 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Tue, 16 Apr 2019 20:10:46 -0400 Subject: [Airship-discuss] Migrating git repos to OpenDev In-Reply-To: References: <87wolas6fa.fsf@meyer.lemoncheese.net> Message-ID: On Thu, Apr 11, 2019, at 3:20 PM, Clark Boylan wrote: > On Thu, Mar 7, 2019, at 1:47 PM, James E. Blair wrote: > > Hi, > > > > As discussed in November[1], the OpenStack project infrastructure is > > being rebranded as "OpenDev" to better support a wider community of > > projects. > > > > We are nearly ready to perform the part of this transition with the > > largest impact: moving the authoritative git repositories for existing > > projects. > > > > In this email, I'd like to introduce the new hosting system we are > > preparing, discuss the transition, and invite projects to work with us > > on the logistics of the change. > > > > Gerrit > > ====== > > > > Gerrit is the core of our system and it will remain so in OpenDev. As > > part of this move, we will rename the gerrit server from > > review.openstack.org to review.opendev.org. As part of the transition, > > we will automatically merge appropriate changes to all branches of all > > repositories updating .gitreview and Zuul configuration files. Any > > further changes (README files, etc.) we expect to be made by individual > > project contributors. > > > > Repository Browsing > > =================== > > > > Currently our canonical *public* repository system is the cgit server at > > https://git.openstack.org/ (and git.airshipit.org, git.starlingx.io, and > > git.zuul-ci.org). This is a load balanced cluster of several servers > > which is designed to handle all the public git repository traffic, as it > > scales much better than Gerrit (and has a more friendly domain name). > > From a technical standpoint, it's excellent, but its usability could be > > improved. > > > > Therefore, as part of this transition, we will replace the cgit servers > > with a new system based on Gitea. Gitea is a complete development > > collaboration system, but it's very flexible and will allow us to > > disable components which we aren't using. We will operate it in a > > read-only configuration where it will act as the public mirror for > > Gerrit. The advantages it has over the current system are: > > > > * Shorter domain name in project URLs: > > https://git.openstack.org/openstack/nova vs > > https://opendev.org/openstack/nova > > * Clone and browsing URLs are the same (with cgit, the browsing URL has > > an extra path component) > > * More visually pleasing code browsing > > * Integrated code searching > > * Ability to highlight multiple lines in links > > > > When we perform the transition we will install redirects from > > git.openstack.org (and the other git sites) to opendev.org, and will > > maintain those redirects for the foreseeable future. We will construct > > them so that even existing deep links to individual files in individual > > commits to cgit will redirect to the correct location on opendev.org. > > > > This system is up and running now with a live mirror of data from > > Gerrit, and you can start testing it out today at https://opendev.org/ > > > > Please let us know if you encounter any problems. > > > > If you would like to read more about the design of this system and the > > transition, see the infra-spec[2]. > > > > GitHub > > ====== > > > > Currently all OpenStack projects are replicated to GitHub. We do not > > plan on changing that during the transition, however, any projects > > outside of the openstack*/ namespaces will not automatically be > > replicated to GitHub, and we do not plan on adding that in the future. > > We do, however, support projects using Zuul to run post-merge jobs to > > push updates to GitHub or any other third-party mirrors with their own > > credentials. We will be happy to work with anyone interested in that to > > help set up jobs to do so. > > > > We are adopting this approach so that individual projects can have more > > control over how they are represented in social media, and to give us > > more flexibility in supporting our own organizational namespaces on > > OpenDev without assuming they map directly to GitHub. > > > > Eventually we plan on moving the OpenStack project to that system as > > well and retiring direct replication from Gerrit to GitHub completely. > > But we will defer that work until after this transition. > > > > Logistics > > ========= > > > > We can prepare much of the system in advance (as we have for the hosting > > system on opendev.org), but the actual transition and renaming of the > > Gerrit server will need to happen at once during an outage window. We > > need to schedule that outage and begin preparing for it. > > > > Since all of the project git URLs are going to change (to replace > > git.openstack.org with opendev.org and review.openstack.org with > > review.opendev.org), we can additionally take the opportunity to > > reorganize projects into different organizations. > > > > For example, during the transition we will rename Zuul, and it's > > associated projects, from the "openstack-infra" org to "zuul". So their > > new names will be "zuul/zuul", "zuul/nodepool", etc. > > > > This is an excellent time for the rest of the OpenStack Foundation > > pilot projects to do the same. > > > > If the OpenStack project desires this, it would also be a good time to > > move unofficial projects out of the openstack/ namespace. > > > > Therefore, we need your help: > > > > Action Items > > ============ > > > > We need each of the following projects: > > > > * OpenStack > > * Airship > > * StarlingX > > * Zuul > > > > To nominate a single point of contact to work with us on the transition. > > It would be helpful for that person to attend the next (and possibly > > next several) openstack infra team meetings in IRC [3]. We will work > > with those people on scheduling the transition, as well as finalizing > > the list of projects which should be renamed as part of the transition. > > > > If you manage an unofficial project and would like to take the > > opportunity to move or rename your project, please add it to this > > ethercalc[4]. > > > > [1] > > http://lists.openstack.org/pipermail/openstack-dev/2018-November/136403.html > > [2] > > http://specs.openstack.org/openstack-infra/infra-specs/specs/opendev-gerrit.html > > [3] http://eavesdrop.openstack.org/#Project_Infrastructure_Team_Meeting > > [4] https://ethercalc.openstack.org/opendev-transition > > We've made good progress in preparing this change and are still on > track to do this Friday April 19, 2019. Our project liasons have been > drawing up lists of projects to rename during the outage. One big thing > to keep in mind is unofficial OpenStack projects will no longer be in > the "openstack" namespace. They will be placed in the 'x/' namespace > instead which intends to indicate no endorsement or special ownership. > > One side effect of this change (as noted in Jim's earlier email) is > that we will stop replicating projects that move out of the openstack > namespace. Projects that wish to be replicated to Github or anywhere > else they like can do so following the steps that David Moreau-Simard > put together for us here [5]. > > This transition is likely to be a bit bumpy particularly at the start. > We'll be around after the transition to help fix unexpected errors and > are likely to spend a fair bit of time at the PTG improving things as > well. > > Finally, to be extra clear, we intend to put http redirects in place so > that all your old http(s) urls continue to work. Fungi has set this up > for testing with details here [6] if you would like to ensure your urls > redirect properly. > > [5] > http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005007.html > [6] > http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004921.html > The infra/OpenDev team continues to make good progress towards this transition and plans to perform the transition on April 19, 2019 as previously scheduled. We will begin the transition at 15:00UTC and users should plan for intermittent Gerrit and git repo outages through the day. We expect most of those will be closer to 15:00UTC than 23:00UTC. Fungi has generated a master list of project renames for the openstack namespaces: http://paste.openstack.org/show/749402/. If you have a moment please quickly review these planned renames for any obvious errors or issues. For the airship, starlingx, and zuul repo renames the repositories listed at git.airshipit.org, git.starlingx.io, and git.zuul-ci.org were used placing repos in airship/, starlingx/ and zuul/ namespaces. Any repo name prefix (like stx- and airship-) is dropped. As always we are happy to answer any questions you might have or address any concerns. Feel free to reach out. Thank you for your patience, Clark From eli at mirantis.com Fri Apr 12 14:49:51 2019 From: eli at mirantis.com (Evgeny L) Date: Fri, 12 Apr 2019 07:49:51 -0700 Subject: [Airship-discuss] Airship-in-a-Bottle In-Reply-To: <57EAC2FD9780DD4CA3D0C854CC86914E0E64B683@CAFRFD1MSGUSRID.ITServices.sbc.com> References: <57EAC2FD9780DD4CA3D0C854CC86914E0E64B683@CAFRFD1MSGUSRID.ITServices.sbc.com> Message-ID: Hi, Can you copy the logs of ingress pod? (use https://paste.ubuntu.com/ to share the logs) You can get the logs by running "kubectl logs -n ucp maas-ingress-567777887c-v9fzp". Have you used this instruction to configure your behind the proxy airship? https://github.com/openstack/airship-in-a-bottle/blob/master/manifests/dev_minimal/README.txt Are you running the latest master? Can you check a commit that you have in your cloned airship-in-a-bottle repo? Thanks, On Thu, Apr 11, 2019 at 3:41 PM MUEEN, MUZAMMIL wrote: > Hi Team, > > > > While installing airship in a bottle on a physical node, behind a proxy, > with dev minimal configuration. > > The setup is stuck with maas pod in a crashloop … Below mentioned are the > display from the installation script and the *kubectl describe *for maas > pod. > > > > I’ll be grateful if anyone can help me solve how to get maas out of this > loop? > > > > > > *NAMESPACE NAME > READY STATUS RESTARTS AGE* > > kube-system auxiliary-etcd-mtn15r07c001 > 3/3 Running 12 23h > > kube-system bootstrap-armada-mtn15r07c001 > 4/4 Running 16 23h > > kube-system calico-etcd-anchor-56fjc > 1/1 Running 0 23h > > kube-system calico-etcd-mtn15r07c001 > 1/1 Running 0 23h > > kube-system calico-kube-controllers-56c54d8cf8-r955j > 1/1 Running 0 23h > > kube-system calico-node-r9bdv > 1/1 Running 0 23h > > kube-system calico-settings-866vn > 0/1 Completed 0 23h > > kube-system coredns-764f47bb78-5tsc4 > 1/1 Running 0 23h > > kube-system coredns-764f47bb78-hv5j6 > 1/1 Running 0 23h > > kube-system coredns-764f47bb78-zsjst > 1/1 Running 0 23h > > kube-system haproxy-mtn15r07c001 > 1/1 Running 4 23h > > kube-system ingress-error-pages-5ccf96bf7d-d7955 > 1/1 Running 0 23h > > kube-system ingress-error-pages-5ccf96bf7d-mxz68 > 1/1 Running 0 23h > > kube-system ingress-ggdvw > 1/1 Running 0 23h > > kube-system kubernetes-apiserver-anchor-8btb7 > 1/1 Running 0 23h > > kube-system kubernetes-apiserver-mtn15r07c001 > 1/1 Running 0 23h > > kube-system kubernetes-controller-manager-anchor-b4ztr > 1/1 Running 0 23h > > kube-system kubernetes-controller-manager-mtn15r07c001 > 1/1 Running 0 23h > > kube-system kubernetes-etcd-anchor-n9fwl > 1/1 Running 0 23h > > kube-system kubernetes-etcd-mtn15r07c001 > 1/1 Running 0 23h > > kube-system kubernetes-proxy-2x2l9 > 1/1 Running 0 23h > > kube-system kubernetes-scheduler-anchor-mqw5j > 1/1 Running 0 23h > > kube-system kubernetes-scheduler-mtn15r07c001 > 1/1 Running 0 23h > > kube-system nfs-provisioner-7799d64d59-z2wwd > 1/1 Running 0 23h > > ucp airship-ucp-keystone-memcached-memcached-74d79d8896-cff8q > 1/1 Running 0 23h > > ucp airship-ucp-rabbitmq-rabbitmq-0 > 1/1 Running 0 23h > > ucp divingbell-apparmor-default-7czhv > 1/1 Running 0 22h > > ucp divingbell-apt-default-trvxq > 1/1 Running 0 22h > > ucp divingbell-ethtool-default-mdkdv > 1/1 Running 0 22h > > ucp divingbell-exec-default-n8z7r > 1/1 Running 0 22h > > ucp divingbell-limits-default-wp2p9 > 1/1 Running 0 22h > > ucp divingbell-mounts-default-fc036fae-vrwmv > 1/1 Running 0 22h > > ucp divingbell-perm-default-rv4ff > 1/1 Running 0 22h > > ucp divingbell-sysctl-default-x8jpz > 1/1 Running 0 22h > > ucp divingbell-uamlite-default-g9dnv > 1/1 Running 0 22h > > ucp ingress-86576d6599-zdf7q > 1/1 Running 0 23h > > ucp ingress-error-pages-5c97bb46bb-c9jhz > 1/1 Running 0 23h > > ucp keystone-api-7c99d578b7-fvf6j > 1/1 Running 0 23h > > ucp keystone-bootstrap-qsf4g > 0/1 Completed 0 23h > > ucp keystone-credential-setup-6xsjs > 0/1 Completed 0 23h > > ucp keystone-db-init-lpj2t > 0/1 Completed 0 23h > > ucp keystone-db-sync-m28br > 0/1 Completed 0 23h > > ucp keystone-domain-manage-rj66q > 0/1 Completed 0 23h > > ucp keystone-fernet-rotate-1553644800-m2gx8 > 0/1 Init:0/1 0 21h > > ucp keystone-fernet-setup-8ffkj > 0/1 Completed 0 23h > > ucp keystone-rabbit-init-95xht > 0/1 Completed 0 23h > > ucp maas-bootstrap-admin-user-7bfgx > 0/1 Init:0/1 0 21h > > ucp maas-db-init-r5mkj > 0/1 Init:0/1 0 21h > > ucp maas-db-sync-gpwq2 > 0/1 Init:0/1 0 21h > > ucp maas-export-api-key-tk9c8 > 0/1 Init:0/1 0 21h > > ucp maas-import-resources-kftsl > 0/1 Init:0/1 0 21h > > ucp maas-ingress-567777887c-v9fzp > 1/2 CrashLoopBackOff 261 21h > > ucp maas-ingress-errors-798cbd8c4c-q987s > 0/1 ContainerCreating 0 21h > > ucp maas-rack-0 > 0/1 Init:0/1 0 21h > > ucp maas-rack-1 > 0/1 Pending 0 21h > > ucp maas-region-0 > 0/1 Init:0/1 0 21h > > ucp mariadb-ingress-6c9dcbc755-bp5r6 > 1/1 Running 0 23h > > ucp mariadb-ingress-error-pages-b7f9f85c7-qbnh8 > 1/1 Running 0 23h > > ucp mariadb-server-0 > 1/1 Running 0 23h > > ucp postgresql-0 > 1/1 Running 0 23h > > > > > > > > *root at mtn15r07c001:~# kubectl describe pods maas-ingress-567777887c-v9fzp > --namespace=ucp* > > Name: maas-ingress-567777887c-v9fzp > > Namespace: ucp > > Node: mtn15r07c001/135.21.35.69 > > Start Time: Tue, 26 Mar 2019 23:55:29 +0000 > > Labels: application=maas > > component=ingress > > pod-template-hash=1233334437 > > release_group=airship-maas > > Annotations: > configmap-bin-hash=4b7d801062899a7d636c1f3e1c943bfad865192b964fea74b9057d85eec28d52 > > > configmap-etc-hash=6ae6a39a1a7edf9c6d28d6952cf28fa1673062dc655a10ed04484f4ac80ffb8a > > Status: Running > > IP: 135.21.35.69 > > Controlled By: ReplicaSet/maas-ingress-567777887c > > Init Containers: > > init: > > Container ID: > docker://6abdaa7b1adc8a1c3e1a3e7cb39c20684c63aa19a72b3261298cfdff21cd0188 > > Image: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 > > Image ID: docker-pullable:// > quay.io/stackanetes/kubernetes-entrypoint at sha256:32b1b657ee4bcc9cc7a1529e31d8e1a06376172373ee020f97f3e78168fde4b6 > > Port: > > Host Port: > > Command: > > kubernetes-entrypoint > > State: Terminated > > Reason: Completed > > Exit Code: 0 > > Started: Tue, 26 Mar 2019 23:55:33 +0000 > > Finished: Tue, 26 Mar 2019 23:55:33 +0000 > > Ready: True > > Restart Count: 0 > > Environment: > > POD_NAME: maas-ingress-567777887c-v9fzp (v1: > metadata.name) > > NAMESPACE: ucp (v1:metadata.namespace) > > INTERFACE_NAME: eth0 > > PATH: > /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ > > DEPENDENCY_SERVICE: > > DEPENDENCY_DAEMONSET: > > DEPENDENCY_CONTAINER: > > DEPENDENCY_POD_JSON: > > COMMAND: echo done > > Mounts: > > /var/run/secrets/kubernetes.io/serviceaccount from > maas-ingress-token-8qlcl (ro) > > maas-ingress-vip-init: > > Container ID: > docker://195e75792c7592c90cff15703a7a977c721b4f863e0834033a72302e683a3a7d > > Image: docker.io/busybox:latest > > Image ID: docker-pullable://busybox at sha256 > :061ca9704a714ee3e8b80523ec720c64f6209ad3f97c0ff7cb9ec7d19f15149f > > Port: > > Host Port: > > Command: > > /tmp/maas-vip-configure.sh > > start > > State: Terminated > > Reason: Completed > > Exit Code: 0 > > Started: Tue, 26 Mar 2019 23:55:34 +0000 > > Finished: Tue, 26 Mar 2019 23:55:34 +0000 > > Ready: True > > Restart Count: 0 > > Environment: > > addr: 192.169.1.5/32 > > interface: maas-vip > > mode: routed > > Mounts: > > /mnt/host-rootfs from host-rootfs (ro) > > /tmp/maas-vip-configure.sh from maas-bin (ro) > > /var/run/secrets/kubernetes.io/serviceaccount from > maas-ingress-token-8qlcl (ro) > > Containers: > > maas-ingress-vip: > > Container ID: > docker://8be5e78def6312c70d48f0bbe57c77e4b95ab3e5a417416cc0c6d1d3d44ff536 > > Image: docker.io/busybox:latest > > Image ID: docker-pullable://busybox at sha256 > :061ca9704a714ee3e8b80523ec720c64f6209ad3f97c0ff7cb9ec7d19f15149f > > Port: > > Host Port: > > Command: > > /bin/init > > State: Running > > Started: Tue, 26 Mar 2019 23:55:35 +0000 > > Ready: True > > Restart Count: 0 > > Environment: > > addr: 192.169.1.5/32 > > interface: maas-vip > > mode: routed > > Mounts: > > /etc/inittab from maas-etc (ro) > > /tmp/maas-vip-configure.sh from maas-bin (ro) > > /var/run/secrets/kubernetes.io/serviceaccount from > maas-ingress-token-8qlcl (ro) > > maas-ingress: > > Container ID: > docker://a892c56049d267479c0298e3fe077eed4cc0a73968d069ad5b4eee8fb6f9431f > > Image: > quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0 > > Image ID: docker-pullable:// > quay.io/kubernetes-ingress-controller/nginx-ingress-controller at sha256:f6180c5397d2361c317aff1314dc192ab0f9f515346a5319422cdc264f05d2d9 > > Port: > > Host Port: > > Command: > > /tmp/maas-ingress.sh > > start > > State: Waiting > > Reason: CrashLoopBackOff > > Last State: Terminated > > Reason: Error > > Exit Code: 255 > > Started: Wed, 27 Mar 2019 20:13:16 +0000 > > Finished: Wed, 27 Mar 2019 20:13:16 +0000 > > Ready: False > > Restart Count: 243 > > Environment: > > POD_NAMESPACE: ucp (v1:metadata.namespace) > > POD_NAME: maas-ingress-567777887c-v9fzp (v1:metadata.name > ) > > RELEASE_NAME: airship-maas > > HTTP_PORT: 80 > > HTTPS_PORT: 443 > > HEALTHZ_PORT: 10254 > > STATUS_PORT: 18080 > > ERROR_PAGE_SERVICE: maas-ingress-error > > DEFAULT_ERROR_PORT: 8181 > > Mounts: > > /tmp/maas-ingress.sh from maas-bin (ro) > > /var/run/secrets/kubernetes.io/serviceaccount from > maas-ingress-token-8qlcl (ro) > > Conditions: > > Type Status > > Initialized True > > Ready False > > PodScheduled True > > Volumes: > > maas-bin: > > Type: ConfigMap (a volume populated by a ConfigMap) > > Name: maas-bin > > Optional: false > > maas-etc: > > Type: ConfigMap (a volume populated by a ConfigMap) > > Name: maas-etc > > Optional: false > > host-rootfs: > > Type: HostPath (bare host directory volume) > > Path: / > > HostPathType: > > maas-ingress-token-8qlcl: > > Type: Secret (a volume populated by a Secret) > > SecretName: maas-ingress-token-8qlcl > > Optional: false > > QoS Class: BestEffort > > Node-Selectors: ucp-control-plane=enabled > > Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s > > node.kubernetes.io/unreachable:NoExecute for 300s > > Events: > > Type Reason Age From Message > > ---- ------ ---- ---- ------- > > Warning BackOff 2m (x5500 over 20h) kubelet, mtn15r07c001 Back-off > restarting failed container > > root at mtn15r07c001:~# > > > > *Regards,* > Muzammil > Architect > Network & Shared Services > 469-600-0477 > > [image: cid:image001.png at 01D32007.C3B5AE40] > > > > > _______________________________________________ > Airship-discuss mailing list > Airship-discuss at lists.airshipit.org > http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 11051 bytes Desc: not available URL: From SS00473517 at TechMahindra.com Wed Apr 17 15:29:29 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Wed, 17 Apr 2019 15:29:29 +0000 Subject: [Airship-discuss] Airship in a Bottle - Quick querry Message-ID: Hello – We are trying out Airship in a Bottle, and we are using instructions in README file. What are the credentials to ssh into node_n0 as root? Password? Or, if SSH keys are created during installation, where can I get them so that I can install them on my host, and I can SSH into node_n0 using SSH keys? Thank you very much in advance. Sincerely, Sandeep ​​​​​ [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1238 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1268 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1191 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 1176 bytes Desc: image006.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 2153 bytes Desc: image007.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 2034 bytes Desc: image008.jpg URL: From SS00473517 at TechMahindra.com Wed Apr 17 17:09:41 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Wed, 17 Apr 2019 17:09:41 +0000 Subject: [Airship-discuss] Airship-in-a-bottle, install from scratch issue In-Reply-To: <67ABCF4B-8AC7-4BD0-B87B-AC748B27334E@me.com> References: <67ABCF4B-8AC7-4BD0-B87B-AC748B27334E@me.com> Message-ID: <87125a232b5748b0ab4674691c8ff43a@HYDEXCHMBX006.TechMahindra.com> Hi Eric – I am also running into the below issue. Wondering if and how you resolved it? Thank you! From: Eric Bell [mailto:ebell at me.com] Sent: Monday, November 12, 2018 5:30 PM To: airship-discuss at lists.airshipit.org Subject: [Airship-discuss] Airship-in-a-bottle, install from scratch issue Hello First time caller ;-) I’ve tried for about a week+ now to install on a fresh compute, airship-in-a-bottle. For the past few tries now, its stalling in the same place. (Each time I’ve tried this its been on a fresh Ubuntu 16.04.5 LTS install) Below is the full output. Thanks Eric unknownd0817ad6b6f2:.ssh ericbell$ rm known_hosts unknownd0817ad6b6f2:.ssh ericbell$ cd .. unknownd0817ad6b6f2:~ ericbell$ ssh eric at 192.168.1.177 Warning: Permanently added '192.168.1.177' (ECDSA) to the list of known hosts. eric at 192.168.1.177's password: Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-131-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage 73 packages can be updated. 48 updates are security updates. eric at asus:~$ eric at asus:~$ eric at asus:~$ eric at asus:~$ eric at asus:~$ sudo -i [sudo] password for eric: root at asus:~# apt update Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease Reading package lists... Done Building dependency tree Reading state information... Done 67 packages can be upgraded. Run 'apt list --upgradable' to see them. root at asus:~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-image-4.4.0-138-generic linux-image-extra-4.4.0-138-generic linux-signed-image-4.4.0-138-generic ubuntu-advantage-tools The following packages will be upgraded: apparmor apt apt-transport-https apt-utils bind9-host cloud-initramfs-copymods cloud-initramfs-dyn-netconf curl distro-info-data dnsutils dpkg friendly-recovery gettext-base git git-man gnupg gpgv grub-legacy-ec2 initramfs-tools initramfs-tools-bin initramfs-tools-core intel-microcode kmod libapparmor-perl libapparmor1 libapt-inst2.0 libapt-pkg5.0 libasprintf0v5 libbind9-140 libcurl3-gnutls libdns-export162 libdns162 libglib2.0-0 libglib2.0-data libisc-export160 libisc160 libisccc140 libisccfg140 libkmod2 liblwres141 libmspack0 libpam-systemd libsystemd0 libudev1 libx11-6 libx11-data libxml2 linux-headers-generic linux-signed-generic linux-signed-image-generic open-iscsi openssh-client openssh-server openssh-sftp-server overlayroot python3-requests python3-update-manager python3-urllib3 squashfs-tools systemd systemd-sysv tzdata ubuntu-minimal ubuntu-server ubuntu-standard udev update-manager-core 67 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 92.0 MB of archives. After this operation, 303 MB of additional disk space will be used. Do you want to continue? [Y/n] Y Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg amd64 1.18.4ubuntu1.5 [2,085 kB] Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-pkg5.0 amd64 1.2.29 [707 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.29 [55.5 kB] Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt amd64 1.2.29 [1,041 kB] Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.29 [196 kB] Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gpgv amd64 1.4.20-1ubuntu3.3 [165 kB] Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gnupg amd64 1.4.20-1ubuntu3.3 [626 kB] Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu21.8 [204 kB] Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.8 [115 kB] Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu21.8 [3,775 kB] Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu21.8 [993 kB] Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 kmod amd64 22-1ubuntu5.1 [88.4 kB] Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkmod2 amd64 22-1ubuntu5.1 [39.8 kB] Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu21.8 [54.1 kB] Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 friendly-recovery all 0.2.31ubuntu2 [9,662 B] Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools all 0.122ubuntu8.13 [8,936 B] Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-core all 0.122ubuntu8.13 [44.7 kB] Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-bin amd64 0.122ubuntu8.13 [9,742 B] Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu21.8 [11.6 kB] Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor1 amd64 2.10.95-0ubuntu2.10 [29.7 kB] Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.1 [1,120 kB] Get:22 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 open-iscsi amd64 2.0.873+git0.3b4b4500-14ubuntu3.6 [334 kB] Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tzdata all 2018g-0ubuntu0.16.04 [166 kB] Get:24 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.9 [4,534 B] Get:25 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [153 kB] Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [667 kB] Get:27 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-advantage-tools all 10ubuntu0.16.04.1 [11.5 kB] Get:28 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-minimal amd64 1.361.2 [2,662 B] Get:29 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-perl amd64 2.10.95-0ubuntu2.10 [31.6 kB] Get:30 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apparmor amd64 2.10.95-0ubuntu2.10 [451 kB] Get:31 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.11 [139 kB] Get:32 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.11 [185 kB] Get:33 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-transport-https amd64 1.2.29 [26.2 kB] Get:34 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.6 [697 kB] Get:35 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bind9-host amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [38.4 kB] Get:36 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dnsutils amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [89.2 kB] Get:37 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [215 kB] Get:38 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [881 kB] Get:39 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisccc140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [16.3 kB] Get:40 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisccfg140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [40.4 kB] Get:41 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblwres141 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [33.7 kB] Get:42 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbind9-140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [23.6 kB] Get:43 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6,568 B] Get:44 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB] Get:45 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.1 [132 kB] Get:46 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB] Get:47 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB] Get:48 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-sftp-server amd64 1:7.2p2-4ubuntu2.6 [38.8 kB] Get:49 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-server amd64 1:7.2p2-4ubuntu2.6 [335 kB] Get:50 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.6 [584 kB] Get:51 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-update-manager all 1:16.04.15 [33.4 kB] Get:52 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-manager-core all 1:16.04.15 [5,498 B] Get:53 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-standard amd64 1.361.2 [2,710 B] Get:54 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.5 [736 kB] Get:55 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.5 [2,714 kB] Get:56 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmspack0 amd64 0.5-1ubuntu0.16.04.3 [37.4 kB] Get:57 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-4.4.0-138 all 4.4.0-138.164 [9,963 kB] Get:58 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-4.4.0-138-generic amd64 4.4.0-138.164 [833 kB] Get:59 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-4.4.0-138-generic amd64 4.4.0-138.164 [22.1 MB] Get:60 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-image-4.4.0-138-generic amd64 4.4.0-138.164 [4,014 B] Get:61 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-extra-4.4.0-138-generic amd64 4.4.0-138.164 [36.6 MB] Get:62 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 intel-microcode amd64 3.20180807a.0ubuntu0.16.04.1 [1,275 kB] Get:63 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-generic amd64 4.4.0.138.144 [1,814 B] Get:64 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-image-generic amd64 4.4.0.138.144 [2,420 B] Get:65 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-generic amd64 4.4.0.138.144 [2,336 B] Get:66 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-urllib3 all 1.13.1-2ubuntu0.16.04.2 [58.1 kB] Get:67 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-requests all 2.9.1-3ubuntu0.1 [55.8 kB] Get:68 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 squashfs-tools amd64 1:4.3-3ubuntu2.16.04.3 [105 kB] Get:69 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-initramfs-copymods all 0.27ubuntu1.6 [4,380 B] Get:70 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-initramfs-dyn-netconf all 0.27ubuntu1.6 [6,892 B] Get:71 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-legacy-ec2 all 18.4-0ubuntu1~16.04.2 [26.1 kB] Get:72 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 overlayroot all 0.27ubuntu1.6 [15.7 kB] Get:73 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-server amd64 1.361.2 [2,560 B] Fetched 92.0 MB in 2s (39.0 MB/s) Extracting templates from packages: 100% Preconfiguring packages ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../dpkg_1.18.4ubuntu1.5_amd64.deb ... Unpacking dpkg (1.18.4ubuntu1.5) over (1.18.4ubuntu1.4) ... Setting up dpkg (1.18.4ubuntu1.5) ... Processing triggers for man-db (2.7.5-1) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../libapt-pkg5.0_1.2.29_amd64.deb ... Unpacking libapt-pkg5.0:amd64 (1.2.29) over (1.2.27) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up libapt-pkg5.0:amd64 (1.2.29) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../libapt-inst2.0_1.2.29_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.2.29) over (1.2.27) ... Preparing to unpack .../archives/apt_1.2.29_amd64.deb ... Unpacking apt (1.2.29) over (1.2.27) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for man-db (2.7.5-1) ... Setting up apt (1.2.29) ... Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../apt-utils_1.2.29_amd64.deb ... Unpacking apt-utils (1.2.29) over (1.2.27) ... Preparing to unpack .../gpgv_1.4.20-1ubuntu3.3_amd64.deb ... Unpacking gpgv (1.4.20-1ubuntu3.3) over (1.4.20-1ubuntu3.2) ... Processing triggers for man-db (2.7.5-1) ... Setting up gpgv (1.4.20-1ubuntu3.3) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../gnupg_1.4.20-1ubuntu3.3_amd64.deb ... Unpacking gnupg (1.4.20-1ubuntu3.3) over (1.4.20-1ubuntu3.2) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up gnupg (1.4.20-1ubuntu3.3) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../libsystemd0_229-4ubuntu21.8_amd64.deb ... Unpacking libsystemd0:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up libsystemd0:amd64 (229-4ubuntu21.8) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../libpam-systemd_229-4ubuntu21.8_amd64.deb ... Unpacking libpam-systemd:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Preparing to unpack .../systemd_229-4ubuntu21.8_amd64.deb ... Unpacking systemd (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for dbus (1.10.6-1ubuntu3.3) ... Processing triggers for ureadahead (0.100.0-19) ... ureadahead will be reprofiled on next reboot Setting up systemd (229-4ubuntu21.8) ... addgroup: The group `systemd-journal' already exists as a system group. Exiting. [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../udev_229-4ubuntu21.8_amd64.deb ... Unpacking udev (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Preparing to unpack .../kmod_22-1ubuntu5.1_amd64.deb ... Unpacking kmod (22-1ubuntu5.1) over (22-1ubuntu5) ... Preparing to unpack .../libkmod2_22-1ubuntu5.1_amd64.deb ... Unpacking libkmod2:amd64 (22-1ubuntu5.1) over (22-1ubuntu5) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up libkmod2:amd64 (22-1ubuntu5.1) ... Processing triggers for systemd (229-4ubuntu21.8) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../libudev1_229-4ubuntu21.8_amd64.deb ... Unpacking libudev1:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up libudev1:amd64 (229-4ubuntu21.8) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60367 files and directories currently installed.) Preparing to unpack .../friendly-recovery_0.2.31ubuntu2_all.deb ... Removed symlink /etc/systemd/system/sysinit.target.wants/friendly-recovery.service. Unpacking friendly-recovery (0.2.31ubuntu2) over (0.2.31ubuntu1) ... Preparing to unpack .../initramfs-tools_0.122ubuntu8.13_all.deb ... Unpacking initramfs-tools (0.122ubuntu8.13) over (0.122ubuntu8.11) ... Preparing to unpack .../initramfs-tools-core_0.122ubuntu8.13_all.deb ... Unpacking initramfs-tools-core (0.122ubuntu8.13) over (0.122ubuntu8.11) ... Preparing to unpack .../initramfs-tools-bin_0.122ubuntu8.13_amd64.deb ... Unpacking initramfs-tools-bin (0.122ubuntu8.13) over (0.122ubuntu8.11) ... Preparing to unpack .../systemd-sysv_229-4ubuntu21.8_amd64.deb ... Unpacking systemd-sysv (229-4ubuntu21.8) over (229-4ubuntu21.4) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for man-db (2.7.5-1) ... Setting up systemd-sysv (229-4ubuntu21.8) ... (Reading database ... 60369 files and directories currently installed.) Preparing to unpack .../libapparmor1_2.10.95-0ubuntu2.10_amd64.deb ... Unpacking libapparmor1:amd64 (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up libapparmor1:amd64 (2.10.95-0ubuntu2.10) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... (Reading database ... 60369 files and directories currently installed.) Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.1_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) over (2.48.2-0ubuntu3) ... Preparing to unpack .../open-iscsi_2.0.873+git0.3b4b4500-14ubuntu3.6_amd64.deb ... Unpacking open-iscsi (2.0.873+git0.3b4b4500-14ubuntu3.6) over (2.0.873+git0.3b4b4500-14ubuntu3.4) ... Preparing to unpack .../tzdata_2018g-0ubuntu0.16.04_all.deb ... Unpacking tzdata (2018g-0ubuntu0.16.04) over (2017c-0ubuntu0.16.04) ... Preparing to unpack .../distro-info-data_0.28ubuntu0.9_all.deb ... Unpacking distro-info-data (0.28ubuntu0.9) over (0.28ubuntu0.8) ... Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Selecting previously unselected package ubuntu-advantage-tools. Preparing to unpack .../ubuntu-advantage-tools_10ubuntu0.16.04.1_all.deb ... Unpacking ubuntu-advantage-tools (10ubuntu0.16.04.1) ... Preparing to unpack .../ubuntu-minimal_1.361.2_amd64.deb ... Unpacking ubuntu-minimal (1.361.2) over (1.361.1) ... Preparing to unpack .../libapparmor-perl_2.10.95-0ubuntu2.10_amd64.deb ... Unpacking libapparmor-perl (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... Preparing to unpack .../apparmor_2.10.95-0ubuntu2.10_amd64.deb ... Unpacking apparmor (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... Preparing to unpack .../curl_7.47.0-1ubuntu2.11_amd64.deb ... Unpacking curl (7.47.0-1ubuntu2.11) over (7.47.0-1ubuntu2.8) ... Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.11_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.11) over (7.47.0-1ubuntu2.8) ... Preparing to unpack .../apt-transport-https_1.2.29_amd64.deb ... Unpacking apt-transport-https (1.2.29) over (1.2.27) ... Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.6) over (2.9.3+dfsg1-1ubuntu0.5) ... Preparing to unpack .../bind9-host_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking bind9-host (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../dnsutils_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking dnsutils (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libisc160_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libdns162_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libisccc140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libisccfg140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../liblwres141_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libbind9-140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... Unpacking libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) over (0.19.7-2ubuntu3) ... Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ... Unpacking gettext-base (0.19.7-2ubuntu3.1) over (0.19.7-2ubuntu3) ... Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.1_all.deb ... Unpacking libglib2.0-data (2.48.2-0ubuntu4.1) over (2.48.2-0ubuntu3) ... Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ... Unpacking libx11-data (2:1.6.3-1ubuntu2.1) over (2:1.6.3-1ubuntu2) ... Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) over (2:1.6.3-1ubuntu2) ... Preparing to unpack .../openssh-sftp-server_1%3a7.2p2-4ubuntu2.6_amd64.deb ... Unpacking openssh-sftp-server (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... Preparing to unpack .../openssh-server_1%3a7.2p2-4ubuntu2.6_amd64.deb ... Unpacking openssh-server (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.6_amd64.deb ... Unpacking openssh-client (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... Preparing to unpack .../python3-update-manager_1%3a16.04.15_all.deb ... Unpacking python3-update-manager (1:16.04.15) over (1:16.04.13) ... Preparing to unpack .../update-manager-core_1%3a16.04.15_all.deb ... Unpacking update-manager-core (1:16.04.15) over (1:16.04.13) ... Preparing to unpack .../ubuntu-standard_1.361.2_amd64.deb ... Unpacking ubuntu-standard (1.361.2) over (1.361.1) ... Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.5_all.deb ... Unpacking git-man (1:2.7.4-0ubuntu1.5) over (1:2.7.4-0ubuntu1.4) ... Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.5_amd64.deb ... Unpacking git (1:2.7.4-0ubuntu1.5) over (1:2.7.4-0ubuntu1.4) ... Preparing to unpack .../libmspack0_0.5-1ubuntu0.16.04.3_amd64.deb ... Unpacking libmspack0:amd64 (0.5-1ubuntu0.16.04.3) over (0.5-1ubuntu0.16.04.1) ... Selecting previously unselected package linux-headers-4.4.0-138. Preparing to unpack .../linux-headers-4.4.0-138_4.4.0-138.164_all.deb ... Unpacking linux-headers-4.4.0-138 (4.4.0-138.164) ... Selecting previously unselected package linux-headers-4.4.0-138-generic. Preparing to unpack .../linux-headers-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... Unpacking linux-headers-4.4.0-138-generic (4.4.0-138.164) ... Selecting previously unselected package linux-image-4.4.0-138-generic. Preparing to unpack .../linux-image-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... Examining /etc/kernel/preinst.d/ run-parts: executing /etc/kernel/preinst.d/intel-microcode 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic Done. Unpacking linux-image-4.4.0-138-generic (4.4.0-138.164) ... Selecting previously unselected package linux-signed-image-4.4.0-138-generic. Preparing to unpack .../linux-signed-image-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... Unpacking linux-signed-image-4.4.0-138-generic (4.4.0-138.164) ... Selecting previously unselected package linux-image-extra-4.4.0-138-generic. Preparing to unpack .../linux-image-extra-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... Unpacking linux-image-extra-4.4.0-138-generic (4.4.0-138.164) ... Preparing to unpack .../intel-microcode_3.20180807a.0ubuntu0.16.04.1_amd64.deb ... Unpacking intel-microcode (3.20180807a.0ubuntu0.16.04.1) over (3.20180425.1~ubuntu0.16.04.2) ... Preparing to unpack .../linux-signed-generic_4.4.0.138.144_amd64.deb ... Unpacking linux-signed-generic (4.4.0.138.144) over (4.4.0.131.137) ... Preparing to unpack .../linux-signed-image-generic_4.4.0.138.144_amd64.deb ... Unpacking linux-signed-image-generic (4.4.0.138.144) over (4.4.0.131.137) ... Preparing to unpack .../linux-headers-generic_4.4.0.138.144_amd64.deb ... Unpacking linux-headers-generic (4.4.0.138.144) over (4.4.0.131.137) ... Preparing to unpack .../python3-urllib3_1.13.1-2ubuntu0.16.04.2_all.deb ... Unpacking python3-urllib3 (1.13.1-2ubuntu0.16.04.2) over (1.13.1-2ubuntu0.16.04.1) ... Preparing to unpack .../python3-requests_2.9.1-3ubuntu0.1_all.deb ... Unpacking python3-requests (2.9.1-3ubuntu0.1) over (2.9.1-3) ... Preparing to unpack .../squashfs-tools_1%3a4.3-3ubuntu2.16.04.3_amd64.deb ... Unpacking squashfs-tools (1:4.3-3ubuntu2.16.04.3) over (1:4.3-3ubuntu2.16.04.2) ... Preparing to unpack .../cloud-initramfs-copymods_0.27ubuntu1.6_all.deb ... Unpacking cloud-initramfs-copymods (0.27ubuntu1.6) over (0.27ubuntu1.5) ... Preparing to unpack .../cloud-initramfs-dyn-netconf_0.27ubuntu1.6_all.deb ... Unpacking cloud-initramfs-dyn-netconf (0.27ubuntu1.6) over (0.27ubuntu1.5) ... Preparing to unpack .../grub-legacy-ec2_18.4-0ubuntu1~16.04.2_all.deb ... Leaving 'diversion of /usr/sbin/grub-set-default to /usr/sbin/grub-set-default.real by grub-legacy-ec2' Unpacking grub-legacy-ec2 (18.4-0ubuntu1~16.04.2) over (18.2-4-g05926e48-0ubuntu1~16.04.2) ... Preparing to unpack .../overlayroot_0.27ubuntu1.6_all.deb ... Unpacking overlayroot (0.27ubuntu1.6) over (0.27ubuntu1.5) ... Preparing to unpack .../ubuntu-server_1.361.2_amd64.deb ... Unpacking ubuntu-server (1.361.2) over (1.361.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for systemd (229-4ubuntu21.8) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ufw (0.35-0ubuntu2) ... Setting up libapt-inst2.0:amd64 (1.2.29) ... Setting up apt-utils (1.2.29) ... Setting up libpam-systemd:amd64 (229-4ubuntu21.8) ... Setting up udev (229-4ubuntu21.8) ... addgroup: The group `input' already exists as a system group. Exiting. update-initramfs: deferring update (trigger activated) Setting up kmod (22-1ubuntu5.1) ... Installing new version of config file /etc/modprobe.d/blacklist.conf ... Setting up friendly-recovery (0.2.31ubuntu2) ... Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.4.0-138-generic Found linux image: /boot/vmlinuz-4.4.0-131-generic Found initrd image: /boot/initrd.img-4.4.0-131-generic Adding boot menu entry for EFI firmware configuration done Setting up initramfs-tools-bin (0.122ubuntu8.13) ... Setting up initramfs-tools-core (0.122ubuntu8.13) ... Setting up initramfs-tools (0.122ubuntu8.13) ... update-initramfs: deferring update (trigger activated) Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... No schema files found: doing nothing. Setting up open-iscsi (2.0.873+git0.3b4b4500-14ubuntu3.6) ... Setting up tzdata (2018g-0ubuntu0.16.04) ... Current default time zone: 'America/Chicago' Local time is now: Mon Nov 12 14:52:15 CST 2018. Universal Time is now: Mon Nov 12 20:52:15 UTC 2018. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up distro-info-data (0.28ubuntu0.9) ... Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up ubuntu-advantage-tools (10ubuntu0.16.04.1) ... Setting up ubuntu-minimal (1.361.2) ... Setting up libapparmor-perl (2.10.95-0ubuntu2.10) ... Setting up apparmor (2.10.95-0ubuntu2.10) ... Installing new version of config file /etc/apparmor.d/abstractions/private-files ... Installing new version of config file /etc/apparmor.d/abstractions/private-files-strict ... Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.11) ... Setting up curl (7.47.0-1ubuntu2.11) ... Setting up apt-transport-https (1.2.29) ... Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... Setting up libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up bind9-host (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up dnsutils (1:9.10.3.dfsg.P4-8ubuntu1.11) ... Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... Setting up gettext-base (0.19.7-2ubuntu3.1) ... Setting up libglib2.0-data (2.48.2-0ubuntu4.1) ... Setting up libx11-data (2:1.6.3-1ubuntu2.1) ... Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... Setting up openssh-client (1:7.2p2-4ubuntu2.6) ... Setting up openssh-sftp-server (1:7.2p2-4ubuntu2.6) ... Setting up openssh-server (1:7.2p2-4ubuntu2.6) ... Setting up python3-update-manager (1:16.04.15) ... Setting up update-manager-core (1:16.04.15) ... Setting up ubuntu-standard (1.361.2) ... Setting up git-man (1:2.7.4-0ubuntu1.5) ... Setting up git (1:2.7.4-0ubuntu1.5) ... Setting up libmspack0:amd64 (0.5-1ubuntu0.16.04.3) ... Setting up linux-headers-4.4.0-138 (4.4.0-138.164) ... Setting up linux-headers-4.4.0-138-generic (4.4.0-138.164) ... Setting up linux-image-4.4.0-138-generic (4.4.0-138.164) ... Running depmod. update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-4.4.0-131-generic Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed Found kernel: /boot/vmlinuz-4.4.0-138-generic Found kernel: /boot/vmlinuz-4.4.0-131-generic Replacing config file /run/grub/menu.lst with new version Updating /boot/grub/menu.lst ... done run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.4.0-138-generic Found initrd image: /boot/initrd.img-4.4.0-138-generic Found linux image: /boot/vmlinuz-4.4.0-131-generic Found initrd image: /boot/initrd.img-4.4.0-131-generic Adding boot menu entry for EFI firmware configuration done Setting up linux-signed-image-4.4.0-138-generic (4.4.0-138.164) ... Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.4.0-138-generic Found initrd image: /boot/initrd.img-4.4.0-138-generic Found linux image: /boot/vmlinuz-4.4.0-131-generic Found initrd image: /boot/initrd.img-4.4.0-131-generic Adding boot menu entry for EFI firmware configuration done Setting up linux-image-extra-4.4.0-138-generic (4.4.0-138.164) ... run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-4.4.0-138-generic Found kernel: /boot/vmlinuz-4.4.0-131-generic Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-138-generic.efi.signed Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed Found kernel: /boot/vmlinuz-4.4.0-138-generic Found kernel: /boot/vmlinuz-4.4.0-131-generic Updating /boot/grub/menu.lst ... done run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.4.0-138-generic Found initrd image: /boot/initrd.img-4.4.0-138-generic Found linux image: /boot/vmlinuz-4.4.0-131-generic Found initrd image: /boot/initrd.img-4.4.0-131-generic Adding boot menu entry for EFI firmware configuration done Setting up intel-microcode (3.20180807a.0ubuntu0.16.04.1) ... update-initramfs: deferring update (trigger activated) intel-microcode: microcode will be updated at next boot Setting up linux-signed-image-generic (4.4.0.138.144) ... Setting up linux-headers-generic (4.4.0.138.144) ... Setting up linux-signed-generic (4.4.0.138.144) ... Setting up python3-urllib3 (1.13.1-2ubuntu0.16.04.2) ... Setting up python3-requests (2.9.1-3ubuntu0.1) ... Setting up squashfs-tools (1:4.3-3ubuntu2.16.04.3) ... Setting up cloud-initramfs-copymods (0.27ubuntu1.6) ... Setting up cloud-initramfs-dyn-netconf (0.27ubuntu1.6) ... Setting up grub-legacy-ec2 (18.4-0ubuntu1~16.04.2) ... Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-4.4.0-138-generic Found kernel: /boot/vmlinuz-4.4.0-131-generic Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-138-generic.efi.signed Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed Found kernel: /boot/vmlinuz-4.4.0-138-generic Found kernel: /boot/vmlinuz-4.4.0-131-generic Updating /boot/grub/menu.lst ... done Setting up overlayroot (0.27ubuntu1.6) ... Processing triggers for initramfs-tools (0.122ubuntu8.13) ... update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. Setting up ubuntu-server (1.361.2) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... root at asus:~# mkdir -p /root/deploy && cd "$_" root at asus:~/deploy# git clone https://github.com/openstack/airship-in-a-bottle Cloning into 'airship-in-a-bottle'... remote: Enumerating objects: 93, done. remote: Counting objects: 100% (93/93), done. remote: Compressing objects: 100% (82/82), done. remote: Total 2223 (delta 28), reused 63 (delta 9), pack-reused 2130 Receiving objects: 100% (2223/2223), 474.33 KiB | 0 bytes/s, done. Resolving deltas: 100% (1112/1112), done. Checking connectivity... done. root at asus:~/deploy# cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node root at asus:~/deploy/airship-in-a-bottle/manifests/dev_single_node# ./airship-in-a-bottle.sh Welcome to Airship in a Bottle /--------------------\ | \ | |---| \---- | | x | \ | |---| | | | / | \____|____/ /---- | / \--------------------/ A prototype example of deploying the Airship suite on a single VM. This example will run through: - Setup - Genesis of Airship (Kubernetes) - Basic deployment of Openstack (including Nova, Neutron, and Horizon using Openstack Helm) - VM creation automation using Heat The expected runtime of this script is greater than 1 hour The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, 20GB of RAM with 32GB disk space. Let's collect some information about your VM to get started. Is your HOST IFACE enp4s0? (Y/n) Y Is your LOCAL IP 192.168.1.177? (Y/n) Y ++ hostname -s + export SHORT_HOSTNAME=asus + SHORT_HOSTNAME=asus + set +x Updating /etc/hosts with: 192.168.1.177 asus 192.168.1.177 asus + export HOSTIP=192.168.1.177 + HOSTIP=192.168.1.177 + export HOSTCIDR=192.168.1.177/32 + HOSTCIDR=192.168.1.177/32 + export NODE_NET_IFACE=enp4s0 + NODE_NET_IFACE=enp4s0 + export TARGET_SITE=demo + TARGET_SITE=demo + set +x Using DNS servers 192.168.1.254 and 192.168.1.254. Starting Airship deployment... + LAST_STEP_NAME=demo + [[ demo == \c\o\l\l\e\c\t ]] + [[ demo == \g\e\n\e\s\i\s ]] + [[ demo == \d\e\p\l\o\y ]] + [[ demo == \d\e\m\o ]] + STEP_BREAKPOINT=40 + export WORKSPACE=/root/deploy + WORKSPACE=/root/deploy + TARGET_SITE=demo + http_proxy= + https_proxy= + no_proxy= + SHORT_HOSTNAME=asus + HOSTIP=192.168.1.177 + HOSTCIDR=192.168.1.177/32 + NODE_NET_IFACE=enp4s0 + POST_GENESIS_DELAY=60 + AIRSHIP_IN_A_BOTTLE_REPO=https://git.openstack.org/openstack/airship-in-a-bottle + AIRSHIP_IN_A_BOTTLE_REFSPEC= + PEGLEG_REPO=https://git.openstack.org/openstack/airship-pegleg.git + PEGLEG_REFSPEC= + SHIPYARD_REPO=https://git.openstack.org/openstack/airship-shipyard.git + SHIPYARD_REFSPEC= + PEGLEG_IMAGE=quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 + PROMENADE_IMAGE=quay.io/airshipit/promenade:master + PEGLEG=/root/deploy/airship-pegleg/tools/pegleg.sh + trap clean EXIT + check_preconditions + set +x + configure_apt + [[ ! -z '' ]] + [[ ! -z '' ]] + setup_workspace + mkdir -p /root/deploy/collected + mkdir -p /root/deploy/genesis + chmod -R 777 /root/deploy/genesis + setup_repos + get_repo airship-pegleg https://git.openstack.org/openstack/airship-pegleg.git + cd /root/deploy + '[' '!' -d airship-pegleg ']' + git clone https://git.openstack.org/openstack/airship-pegleg.git Cloning into 'airship-pegleg'... remote: Counting objects: 1397, done. remote: Compressing objects: 100% (870/870), done. remote: Total 1397 (delta 812), reused 896 (delta 399) Receiving objects: 100% (1397/1397), 294.02 KiB | 0 bytes/s, done. Resolving deltas: 100% (812/812), done. Checking connectivity... done. + '[' -n '' ']' + get_repo airship-in-a-bottle https://git.openstack.org/openstack/airship-in-a-bottle + cd /root/deploy + '[' '!' -d airship-in-a-bottle ']' + get_repo airship-shipyard https://git.openstack.org/openstack/airship-shipyard.git + cd /root/deploy + '[' '!' -d airship-shipyard ']' + git clone https://git.openstack.org/openstack/airship-shipyard.git Cloning into 'airship-shipyard'... remote: Counting objects: 5503, done. remote: Compressing objects: 100% (2224/2224), done. remote: Total 5503 (delta 3630), reused 4748 (delta 3000) Receiving objects: 100% (5503/5503), 1.54 MiB | 0 bytes/s, done. Resolving deltas: 100% (3630/3630), done. Checking connectivity... done. + '[' -n '' ']' + configure_dev_configurables + cat + install_dependencies + apt -qq update All packages are up to date. + apt -y install --no-install-recommends docker.io jq nmap Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libblas-common libblas3 liblinear3 liblua5.2-0 libonig2 lua-lpeg Suggested packages: aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils liblinear-tools liblinear-dev Recommended packages: cgroupfs-mount | cgroup-lite ubuntu-fan ndiff The following NEW packages will be installed: docker.io jq libblas-common libblas3 liblinear3 liblua5.2-0 libonig2 lua-lpeg nmap 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. Need to get 22.3 MB of archives. After this operation, 113 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 docker.io amd64 17.03.2-0ubuntu2~16.04.1 [17.1 MB] Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB] Get:4 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] Get:5 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] Get:6 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 liblinear3 amd64 2.1.0+dfsg-1 [39.3 kB] Get:7 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.2-0 amd64 5.2.4-1ubuntu1 [106 kB] Get:8 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 lua-lpeg amd64 0.12.2-1 [28.3 kB] Get:9 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 nmap amd64 7.01-2ubuntu2 [4,638 kB] Fetched 22.3 MB in 0s (23.9 MB/s) Preconfiguring packages ... Selecting previously unselected package docker.io. (Reading database ... 92807 files and directories currently installed.) Preparing to unpack .../docker.io_17.03.2-0ubuntu2~16.04.1_amd64.deb ... Unpacking docker.io (17.03.2-0ubuntu2~16.04.1) ... Selecting previously unselected package libonig2:amd64. Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ... Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ... Selecting previously unselected package jq. Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ... Unpacking jq (1.5+dfsg-1ubuntu0.1) ... Selecting previously unselected package libblas-common. Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... Unpacking libblas-common (3.6.0-2ubuntu2) ... Selecting previously unselected package libblas3. Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... Unpacking libblas3 (3.6.0-2ubuntu2) ... Selecting previously unselected package liblinear3:amd64. Preparing to unpack .../liblinear3_2.1.0+dfsg-1_amd64.deb ... Unpacking liblinear3:amd64 (2.1.0+dfsg-1) ... Selecting previously unselected package liblua5.2-0:amd64. Preparing to unpack .../liblua5.2-0_5.2.4-1ubuntu1_amd64.deb ... Unpacking liblua5.2-0:amd64 (5.2.4-1ubuntu1) ... Selecting previously unselected package lua-lpeg:amd64. Preparing to unpack .../lua-lpeg_0.12.2-1_amd64.deb ... Unpacking lua-lpeg:amd64 (0.12.2-1) ... Selecting previously unselected package nmap. Preparing to unpack .../nmap_7.01-2ubuntu2_amd64.deb ... Unpacking nmap (7.01-2ubuntu2) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for systemd (229-4ubuntu21.8) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Setting up docker.io (17.03.2-0ubuntu2~16.04.1) ... Adding group `docker' (GID 117) ... Done. Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ... Setting up jq (1.5+dfsg-1ubuntu0.1) ... Setting up libblas-common (3.6.0-2ubuntu2) ... Setting up libblas3 (3.6.0-2ubuntu2) ... update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode Setting up liblinear3:amd64 (2.1.0+dfsg-1) ... Setting up liblua5.2-0:amd64 (5.2.4-1ubuntu1) ... Setting up lua-lpeg:amd64 (0.12.2-1) ... Setting up nmap (7.01-2ubuntu2) ... Processing triggers for systemd (229-4ubuntu21.8) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... + configure_docker + [[ ! -z '' ]] + [[ ! -z '' ]] + [[ 40 -ge 10 ]] + echo 'This is a good time to grab a coffee :)' This is a good time to grab a coffee :) + run_pegleg_collect + IMAGE=quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 + TERM_OPTS=-i + /root/deploy/airship-pegleg/tools/pegleg.sh site -p /workspace/airship-in-a-bottle/deployment_files collect demo -s /workspace/collected == NOTE: Workspace /root/deploy is the execution directory in the container == Unable to find image 'quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6' locally ac6297eae6c51ab2f13a96978abaaa10cb46e3d6: Pulling from airshipit/pegleg 05d1a5232b46: Pull complete 5cee356eda6b: Pull complete 89d3385f0fd3: Pull complete 80ae6b477848: Pull complete 28bdf9e584cc: Pull complete dec1a1f0462b: Pull complete a4670d125615: Pull complete 547b45a875f5: Pull complete 102a0247b454: Pull complete 991f46bceacf: Pull complete 4b997ac83a2c: Pull complete 4585a45fbf43: Pull complete 983ae3f172a6: Pull complete 6e585acbc3f6: Pull complete Digest: sha256:f1eb51608d496a91839d0b87bbad3ad0c82319ddae951de5e5ce004bf466913f Status: Downloaded newer image for quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 + [[ 40 -ge 20 ]] + generate_certs + set +x === Generating updated certificates === + cp /root/deploy/collected/deployment_files.yaml /root/deploy/genesis ++ ls /root/deploy/genesis + docker run --rm -t -e http_proxy= -e https_proxy= -e no_proxy= -w /target -e PROMENADE_DEBUG=false -v /root/deploy/genesis:/target quay.io/airshipit/promenade:master promenade generate-certs -o /target deployment_files.yaml Unable to find image 'quay.io/airshipit/promenade:master' locally master: Pulling from airshipit/promenade bc9ab73e5b14: Pull complete 193a6306c92a: Pull complete e5c3f8c317dc: Pull complete a587a86c9dcb: Pull complete 72744d0a318b: Pull complete 6598fc9d11d1: Pull complete 770079cf7a7e: Pull complete 03c4d24b3523: Pull complete aaa91e2585ce: Pull complete 03391a73abe1: Pull complete e899f028e0e3: Pull complete 24fd23e628a1: Pull complete 4e6580d0581c: Pull complete 69a90ea0c25e: Pull complete 922b02db26b0: Pull complete Digest: sha256:4b33776de7b8e8952713794bf83f69572e0d092c4ab9f88c2e69f00ffac15937 Status: Downloaded newer image for quay.io/airshipit/promenade:master + PORT=9000 + UWSGI_TIMEOUT=300 + PROMENADE_THREADS=1 + PROMENADE_WORKERS=4 + '[' promenade = server ']' + exec promenade generate-certs -o /target deployment_files.yaml /usr/local/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) 2018-11-12 20:55:58,890 INFO - - - promenade.config:from_streams [ 53] Loading documents from deployment_files.yaml 2018-11-12 20:56:00,320 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 167 documents from deployment_files.yaml 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 25] Building config from 167 documents. 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 27] Rendering documents via Deckhand engine. 2018-11-12 20:56:00,343 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,344 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,347 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,350 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,354 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,357 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,360 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,363 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,366 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,369 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,372 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,375 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,378 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,381 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,384 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,388 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,391 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,394 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,397 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,400 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,403 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,406 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,409 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,412 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,415 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,419 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,422 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,425 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,428 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,431 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,434 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,437 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,440 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,443 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,446 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,449 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,453 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,456 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,460 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,463 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,466 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,469 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,472 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,476 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,479 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,483 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,486 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,489 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,492 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,496 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,498 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,502 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,505 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,508 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,512 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,515 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,518 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,521 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,524 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,527 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,530 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,533 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,536 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,539 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,543 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,546 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,549 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,552 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,556 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,559 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,562 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,565 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,570 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,573 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,576 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,580 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,583 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,586 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,590 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,593 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,597 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,600 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,603 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,607 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,610 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,613 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,618 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,621 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,624 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,627 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,630 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,633 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,637 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,641 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,645 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,648 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,651 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,654 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,657 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,661 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,664 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/EndpointCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,667 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/AccountCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,670 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Kubelet/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,673 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Docker/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,676 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SoftwareVersions/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,679 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Genesis/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,682 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/HostSystem/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,686 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SeccompProfile/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,689 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,691 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,692 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,694 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,696 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,697 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,699 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,701 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,703 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,704 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,706 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,708 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,710 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,711 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,713 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,715 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,716 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,718 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,720 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,722 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,723 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,725 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,727 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,729 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,730 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,732 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,734 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,736 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema drydock/BootAction/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,739 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/KubernetesNetwork/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,742 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SiteDefinition/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,745 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,749 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,753 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/PKICatalog/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,757 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/CommonAddresses/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,760 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema dev/Configurables/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:00,763 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema shipyard/DeploymentConfiguration/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-node among the provided substitution sources. 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-node among the provided substitution sources. 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] scheduler among the provided substitution sources. 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] scheduler among the provided substitution sources. 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] controller-manager among the provided substitution sources. 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] controller-manager among the provided substitution sources. 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/PrivateKey/v1] service-account among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] apiserver among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] apiserver among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] apiserver-etcd among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] apiserver-etcd among the provided substitution sources. 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/PublicKey/v1] service-account among the provided substitution sources. 2018-11-12 20:56:03,180 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd-peer among the provided substitution sources. 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd-peer among the provided substitution sources. 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,190 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-genesis among the provided substitution sources. 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-genesis among the provided substitution sources. 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-genesis-peer among the provided substitution sources. 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-genesis-peer among the provided substitution sources. 2018-11-12 20:56:03,205 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. 2018-11-12 20:56:03,205 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd-peer among the provided substitution sources. 2018-11-12 20:56:03,206 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,206 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd-peer among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-anchor among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-genesis among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-genesis among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-genesis-peer among the provided substitution sources. 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-genesis-peer among the provided substitution sources. 2018-11-12 20:56:03,297 INFO - - - promenade.config:__init__ [ 39] Deckhand engine returned 165 documents. + cp /root/deploy/genesis/certificates.yaml /root/deploy/airship-in-a-bottle/deployment_files/site/demo/secrets + generate_genesis ++ ls /root/deploy/genesis + docker run --rm -t -e http_proxy= -e https_proxy= -e no_proxy= -w /target -e PROMENADE_DEBUG=false -v /root/deploy/genesis:/target quay.io/airshipit/promenade:master promenade build-all -o /target --validators certificates.yaml deployment_files.yaml + PORT=9000 + UWSGI_TIMEOUT=300 + PROMENADE_THREADS=1 + PROMENADE_WORKERS=4 + '[' promenade = server ']' + exec promenade build-all -o /target --validators certificates.yaml deployment_files.yaml /usr/local/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) 2018-11-12 20:56:10,135 INFO - - - promenade.config:from_streams [ 53] Loading documents from certificates.yaml 2018-11-12 20:56:10,245 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 42 documents from certificates.yaml 2018-11-12 20:56:10,245 INFO - - - promenade.config:from_streams [ 53] Loading documents from deployment_files.yaml 2018-11-12 20:56:11,639 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 167 documents from deployment_files.yaml 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 25] Building config from 209 documents. 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 27] Rendering documents via Deckhand engine. 2018-11-12 20:56:11,780 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,781 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,784 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,787 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,791 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,794 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,797 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,800 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,803 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,806 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,809 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,813 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,816 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,819 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,822 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,825 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,828 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,831 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,834 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,837 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,840 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,843 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,846 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,849 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,852 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,856 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,859 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,862 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,865 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,868 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,871 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,874 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,877 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,881 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,884 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,887 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,890 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,893 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,897 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,900 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,903 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,906 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,909 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,913 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,916 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,919 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,923 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,925 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,929 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,932 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,935 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,938 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,941 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,944 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,948 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,951 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,954 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,957 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,960 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,963 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,966 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,969 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,973 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,976 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,979 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,982 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,985 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,988 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,992 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,995 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:11,998 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,001 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,006 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,009 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,012 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,016 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,019 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,022 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,026 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,029 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,032 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,036 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,039 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,043 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,046 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,049 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,054 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,057 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,060 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,063 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,066 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,069 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,074 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,077 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,081 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,084 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,087 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,090 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,093 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,096 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,099 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/EndpointCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,102 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/AccountCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,106 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Kubelet/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,109 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Docker/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,112 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SoftwareVersions/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,114 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Genesis/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,118 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/HostSystem/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,122 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SeccompProfile/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,125 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,126 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,128 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,130 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,132 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,133 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,135 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,137 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,138 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,140 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,142 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,143 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,145 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,146 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,148 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,150 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,151 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,153 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,155 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,157 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,158 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,160 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,162 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,163 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,165 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,167 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,168 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,170 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema drydock/BootAction/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,173 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/KubernetesNetwork/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,177 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SiteDefinition/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,180 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,184 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,188 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/PKICatalog/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,191 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/CommonAddresses/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,195 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema dev/Configurables/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:12,198 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema shipyard/DeploymentConfiguration/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] 2018-11-12 20:56:14,911 INFO - - - promenade.config:__init__ [ 39] Deckhand engine returned 207 documents. 2018-11-12 20:56:14,972 INFO - - - promenade.builder:build_genesis_script [ 83] Building genesis script 2018-11-12 20:56:14,972 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. 2018-11-12 20:56:14,972 INFO - - - promenade.config:__init__ [ 25] Building config from 207 documents. 2018-11-12 20:56:38,287 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. 2018-11-12 20:56:38,287 INFO - - - promenade.config:__init__ [ 25] Building config from 207 documents. + run_genesis + /root/deploy/genesis/genesis.sh + export KUBECONFIG=/etc/kubernetes/admin/kubeconfig.yaml + KUBECONFIG=/etc/kubernetes/admin/kubeconfig.yaml ++ id -u + '[' 0 '!=' 0 ']' ++ hostname + '[' asus '!=' asus ']' + resolvconf --disable-updates + CURATED_DIRS=(/etc/kubernetes /var/lib/etcd) + for DIR in '"${CURATED_DIRS[@]}"' + mkdir -p /etc/kubernetes + chmod 700 /etc/kubernetes + for DIR in '"${CURATED_DIRS[@]}"' + mkdir -p /var/lib/etcd + chmod 700 /var/lib/etcd + set +x Mon Nov 12 14:56:38 CST 2018 Mon Nov 12 14:56:38 CST 2018 === Extracting prepared files === usr/local/bin/promenade-teardown usr/local/bin/kubectl usr/local/bin/debug-report.sh etc/resolv.conf etc/hosts etc/apt/sources.list.d/promenade-sources.list etc/kubernetes/kubeconfig etc/kubernetes/pki/kubelet-key.pem etc/kubernetes/pki/kubelet-client-ca.pem etc/kubernetes/pki/kubelet.pem etc/kubernetes/pki/cluster-ca.pem etc/kubernetes/manifests/haproxy.yaml etc/kubernetes/admin/kubeconfig.yaml etc/kubernetes/admin/pki/admin-key.pem etc/kubernetes/admin/pki/admin.pem etc/kubernetes/admin/pki/cluster-ca.pem etc/systemd/system/kubelet.service etc/systemd/system/docker.service.d/http-proxy.conf etc/promenade/haproxy/haproxy.cfg etc/docker/daemon.json usr/local/bin/helm usr/local/bin/armada etc/genesis/apiserver/eventconfig.yaml etc/genesis/apiserver/acconfig.yaml etc/genesis/apiserver/pki/kubelet-client-ca.pem etc/genesis/apiserver/pki/apiserver-key.pem etc/genesis/apiserver/pki/kubelet-client.pem etc/genesis/apiserver/pki/cluster-ca.pem etc/genesis/apiserver/pki/etcd-client-ca.pem etc/genesis/apiserver/pki/etcd-client.pem etc/genesis/apiserver/pki/service-account.pub etc/genesis/apiserver/pki/etcd-client-key.pem etc/genesis/apiserver/pki/kubelet-client-key.pem etc/genesis/apiserver/pki/apiserver.pem etc/genesis/controller-manager/kubeconfig.yaml etc/genesis/controller-manager/pki/controller-manager-key.pem etc/genesis/controller-manager/pki/controller-manager.pem etc/genesis/controller-manager/pki/cluster-ca.pem etc/genesis/controller-manager/pki/service-account.key etc/genesis/scheduler/kubeconfig.yaml etc/genesis/scheduler/pki/scheduler-key.pem etc/genesis/scheduler/pki/cluster-ca.pem etc/genesis/scheduler/pki/scheduler.pem etc/genesis/etcd/pki/etcd-peer-key.pem etc/genesis/etcd/pki/etcd-peer.pem etc/genesis/etcd/pki/peer-ca.pem etc/genesis/etcd/pki/etcd-client.pem etc/genesis/etcd/pki/etcd-client-key.pem etc/genesis/etcd/pki/client-ca.pem etc/genesis/armada-cli/auth/config etc/genesis/armada-cli/auth/pki/cluster-ca.pem etc/genesis/armada-cli/auth/pki/armada-key.pem etc/genesis/armada-cli/auth/pki/armada.pem etc/genesis/armada/auth/config etc/genesis/armada/auth/pki/cluster-ca.pem etc/genesis/armada/auth/pki/armada-key.pem etc/genesis/armada/auth/pki/armada.pem etc/genesis/armada/assets/manifest.yaml etc/kubernetes/manifests/kubernetes-apiserver.yaml etc/kubernetes/manifests/auxiliary-kubernetes-etcd.yaml etc/kubernetes/manifests/kubernetes-scheduler.yaml etc/kubernetes/manifests/bootstrap-armada.yaml etc/kubernetes/manifests/kubernetes-controller-manager.yaml etc/kubernetes/manifests/kubernetes-etcd.yaml opt/kubernetes/bin/kubelet etc/logrotate.d/json-logrotate var/lib/anchor/calico-etcd-bootstrap etc/genesis/armada/assets/charts/.gitignore etc/genesis/armada/assets/charts/proxy/values.yaml etc/genesis/armada/assets/charts/proxy/requirements.yaml etc/genesis/armada/assets/charts/proxy/Chart.yaml etc/genesis/armada/assets/charts/proxy/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/proxy/templates/rbac.yaml etc/genesis/armada/assets/charts/proxy/templates/daemonset.yaml etc/genesis/armada/assets/charts/proxy/templates/bin/_liveness-probe.sh.tpl etc/genesis/armada/assets/charts/proxy/templates/bin/_readiness-probe.sh.tpl etc/genesis/armada/assets/charts/coredns/values.yaml etc/genesis/armada/assets/charts/coredns/requirements.yaml etc/genesis/armada/assets/charts/coredns/Chart.yaml etc/genesis/armada/assets/charts/coredns/templates/deployment.yaml etc/genesis/armada/assets/charts/coredns/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/coredns/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/coredns/templates/rbac.yaml etc/genesis/armada/assets/charts/coredns/templates/service.yaml etc/genesis/armada/assets/charts/coredns/templates/pod-test.yaml etc/genesis/armada/assets/charts/coredns/templates/bin/_probe.sh.tpl etc/genesis/armada/assets/charts/apiserver/values.yaml etc/genesis/armada/assets/charts/apiserver/requirements.yaml etc/genesis/armada/assets/charts/apiserver/Chart.yaml etc/genesis/armada/assets/charts/apiserver/templates/secret-ingress-tls.yaml etc/genesis/armada/assets/charts/apiserver/templates/ingress-api.yaml etc/genesis/armada/assets/charts/apiserver/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/apiserver/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/apiserver/templates/rbac.yaml etc/genesis/armada/assets/charts/apiserver/templates/service.yaml etc/genesis/armada/assets/charts/apiserver/templates/service-apiserver-ingress.yaml etc/genesis/armada/assets/charts/apiserver/templates/daemonset.yaml etc/genesis/armada/assets/charts/apiserver/templates/configmap-certs.yaml etc/genesis/armada/assets/charts/apiserver/templates/secret-apiserver.yaml etc/genesis/armada/assets/charts/apiserver/templates/bin/_pre_stop.tpl etc/genesis/armada/assets/charts/apiserver/templates/bin/_anchor.tpl etc/genesis/armada/assets/charts/apiserver/templates/etc/_kubeconfig.yaml.tpl etc/genesis/armada/assets/charts/apiserver/templates/etc/_kubernetes-apiserver.yaml.tpl etc/genesis/armada/assets/charts/promenade/values.yaml etc/genesis/armada/assets/charts/promenade/requirements.yaml etc/genesis/armada/assets/charts/promenade/Chart.yaml etc/genesis/armada/assets/charts/promenade/templates/deployment-api.yaml etc/genesis/armada/assets/charts/promenade/templates/job-ks-service.yaml etc/genesis/armada/assets/charts/promenade/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/promenade/templates/job-ks-endpoints.yaml etc/genesis/armada/assets/charts/promenade/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/promenade/templates/rbac.yaml etc/genesis/armada/assets/charts/promenade/templates/service-api.yaml etc/genesis/armada/assets/charts/promenade/templates/secret-keystone-env.yaml etc/genesis/armada/assets/charts/promenade/templates/job-ks-user.yaml etc/genesis/armada/assets/charts/promenade/templates/tests/test-promenade-api.yaml etc/genesis/armada/assets/charts/haproxy/values.yaml etc/genesis/armada/assets/charts/haproxy/requirements.yaml etc/genesis/armada/assets/charts/haproxy/Chart.yaml etc/genesis/armada/assets/charts/haproxy/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/haproxy/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/haproxy/templates/rbac.yaml etc/genesis/armada/assets/charts/haproxy/templates/daemonset.yaml etc/genesis/armada/assets/charts/haproxy/templates/bin/_pre_stop.tpl etc/genesis/armada/assets/charts/haproxy/templates/bin/_anchor.tpl etc/genesis/armada/assets/charts/haproxy/templates/etc/_haproxy.yaml.tpl etc/genesis/armada/assets/charts/haproxy/templates/tests/test-haproxy-health.yaml etc/genesis/armada/assets/charts/scheduler/values.yaml etc/genesis/armada/assets/charts/scheduler/requirements.yaml etc/genesis/armada/assets/charts/scheduler/Chart.yaml etc/genesis/armada/assets/charts/scheduler/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/scheduler/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/scheduler/templates/sched-anchor.yaml etc/genesis/armada/assets/charts/scheduler/templates/secret.yaml etc/genesis/armada/assets/charts/scheduler/templates/bin/_pre_stop.tpl etc/genesis/armada/assets/charts/scheduler/templates/bin/_anchor.tpl etc/genesis/armada/assets/charts/scheduler/templates/etc/_kubeconfig.yaml.tpl etc/genesis/armada/assets/charts/scheduler/templates/etc/_kubernetes-scheduler.yaml.tpl etc/genesis/armada/assets/charts/apiserver-webhook/values.yaml etc/genesis/armada/assets/charts/apiserver-webhook/requirements.yaml etc/genesis/armada/assets/charts/apiserver-webhook/Chart.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-ingress-tls.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/deployment.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/ingress-api.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-keystone.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/service.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/service-apiserver-ingress.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-certs.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-apiserver.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-webhook.yaml etc/genesis/armada/assets/charts/apiserver-webhook/templates/bin/_webhook_start.sh.tpl etc/genesis/armada/assets/charts/apiserver-webhook/templates/etc/_kubeconfig.yaml.tpl etc/genesis/armada/assets/charts/apiserver-webhook/templates/etc/_webhook.kubeconfig.tpl etc/genesis/armada/assets/charts/etcd/values.yaml etc/genesis/armada/assets/charts/etcd/requirements.yaml etc/genesis/armada/assets/charts/etcd/Chart.yaml etc/genesis/armada/assets/charts/etcd/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/etcd/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/etcd/templates/daemonset-anchor.yaml etc/genesis/armada/assets/charts/etcd/templates/service.yaml etc/genesis/armada/assets/charts/etcd/templates/secret-keys.yaml etc/genesis/armada/assets/charts/etcd/templates/configmap-certs.yaml etc/genesis/armada/assets/charts/etcd/templates/bin/_etcdctl_anchor.tpl etc/genesis/armada/assets/charts/etcd/templates/bin/_readiness.tpl etc/genesis/armada/assets/charts/etcd/templates/bin/_pre_stop.tpl etc/genesis/armada/assets/charts/etcd/templates/etc/_kubernetes-etcd.yaml.tpl etc/genesis/armada/assets/charts/etcd/templates/tests/test-etcd-health.yaml etc/genesis/armada/assets/charts/controller_manager/values.yaml etc/genesis/armada/assets/charts/controller_manager/requirements.yaml etc/genesis/armada/assets/charts/controller_manager/Chart.yaml etc/genesis/armada/assets/charts/controller_manager/templates/configmap-etc.yaml etc/genesis/armada/assets/charts/controller_manager/templates/configmap-bin.yaml etc/genesis/armada/assets/charts/controller_manager/templates/secret.yaml etc/genesis/armada/assets/charts/controller_manager/templates/daemonset.yaml etc/genesis/armada/assets/charts/controller_manager/templates/bin/_pre_stop.tpl etc/genesis/armada/assets/charts/controller_manager/templates/bin/_anchor.tpl etc/genesis/armada/assets/charts/controller_manager/templates/etc/_kubeconfig.yaml.tpl etc/genesis/armada/assets/charts/controller_manager/templates/etc/_kubernetes-controller-manager.yaml.tpl + for DIR in '"${CURATED_DIRS[@]}"' + chmod -R go-rwx /etc/kubernetes + for DIR in '"${CURATED_DIRS[@]}"' + chmod -R go-rwx /var/lib/etcd + set +x Mon Nov 12 14:56:43 CST 2018 Mon Nov 12 14:56:43 CST 2018 === Adding APT Keys=== + apt-key add - OK + set +x Mon Nov 12 14:56:44 CST 2018 Mon Nov 12 14:56:44 CST 2018 === Disabling swap === + swapoff -a + sed --in-place '/\bswap\b/d' /etc/fstab + set +x Mon Nov 12 14:56:44 CST 2018 Mon Nov 12 14:56:44 CST 2018 === Setting proxy variables === + export http_proxy= + http_proxy= + export https_proxy= + https_proxy= + export no_proxy= + no_proxy= + set +x Mon Nov 12 14:56:44 CST 2018 Mon Nov 12 14:56:44 CST 2018 === Installing system packages === ++ date +%s + end=1542056804 + true + apt-get update Get:1 http://apt.dockerproject.org/repo ubuntu-xenial InRelease [48.7 kB] Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages [4,177 B] Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease Fetched 52.9 kB in 2s (22.6 kB/s) Reading package lists... Done + break ++ date +%s + end=1542056807 + true + DEBIAN_FRONTEND=noninteractive + apt-get install -y --no-install-recommends nfs-common ceph-common docker.io socat=1.7.3.1-1 Reading package lists... Done Building dependency tree Reading state information... Done docker.io is already the newest version (17.03.2-0ubuntu2~16.04.1). The following additional packages will be installed: keyutils libbabeltrace-ctf1 libbabeltrace1 libboost-iostreams1.58.0 libboost-program-options1.58.0 libboost-random1.58.0 libboost-regex1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libcephfs1 libfcgi0ldbl libnfsidmap2 libnspr4 libnss3 libnss3-nssdb libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librados2 libradosstriper1 librbd1 librgw2 libtirpc1 python python-cephfs python-chardet python-minimal python-pkg-resources python-rados python-rbd python-requests python-six python-urllib3 python2.7 python2.7-minimal rpcbind Suggested packages: ceph ceph-mds watchdog python-doc python-tk python-setuptools python-ndg-httpsclient python-openssl python-pyasn1 python-ntlm python2.7-doc binutils binfmt-support Recommended packages: python-ndg-httpsclient python-openssl python-pyasn1 The following NEW packages will be installed: ceph-common keyutils libbabeltrace-ctf1 libbabeltrace1 libboost-iostreams1.58.0 libboost-program-options1.58.0 libboost-random1.58.0 libboost-regex1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libcephfs1 libfcgi0ldbl libnfsidmap2 libnspr4 libnss3 libnss3-nssdb libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librados2 libradosstriper1 librbd1 librgw2 libtirpc1 nfs-common python python-cephfs python-chardet python-minimal python-pkg-resources python-rados python-rbd python-requests python-six python-urllib3 python2.7 python2.7-minimal rpcbind socat 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. Need to get 25.4 MB of archives. After this operation, 105 MB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libnfsidmap2 amd64 0.25-5 [32.2 kB] Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1,261 kB] Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1,880 kB] Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7,768 B] Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcephfs1 amd64 10.2.10-0ubuntu0.16.04.1 [1,846 kB] Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-cephfs amd64 10.2.10-0ubuntu0.16.04.1 [235 kB] Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-rados amd64 10.2.10-0ubuntu0.16.04.1 [648 kB] Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-rbd amd64 10.2.10-0ubuntu0.16.04.1 [320 kB] Get:22 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB] Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-urllib3 all 1.13.1-2ubuntu0.16.04.2 [57.9 kB] Get:24 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] Get:25 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-chardet all 2.3.0-2 [96.3 kB] Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-requests all 2.9.1-3ubuntu0.1 [55.9 kB] Get:27 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] Get:28 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] Get:29 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [138 kB] Get:30 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-regex1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [261 kB] Get:31 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libradosstriper1 amd64 10.2.10-0ubuntu0.16.04.1 [1,878 kB] Get:32 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi0ldbl amd64 2.4.0-8.3 [161 kB] Get:33 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librgw2 amd64 10.2.10-0ubuntu0.16.04.1 [2,912 kB] Get:34 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ceph-common amd64 10.2.10-0ubuntu0.16.04.1 [6,723 kB] Get:35 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 keyutils amd64 1.5.9-8ubuntu1 [47.1 kB] Get:36 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtirpc1 amd64 0.2.5-1ubuntu0.1 [75.4 kB] Get:37 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 rpcbind amd64 0.2.3-0.2 [40.3 kB] Get:38 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nfs-common amd64 1:1.2.8-9ubuntu12.1 [184 kB] Get:39 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 socat amd64 1.7.3.1-1 [321 kB] Fetched 25.4 MB in 3s (8,020 kB/s) Extracting templates from packages: 100% Selecting previously unselected package libnfsidmap2:amd64. (Reading database ... 93699 files and directories currently installed.) Preparing to unpack .../libnfsidmap2_0.25-5_amd64.deb ... Unpacking libnfsidmap2:amd64 (0.25-5) ... Selecting previously unselected package libpython2.7-minimal:amd64. Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... Selecting previously unselected package python-minimal. Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... Unpacking python-minimal (2.7.12-1~16.04) ... Selecting previously unselected package libpython2.7-stdlib:amd64. Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... Selecting previously unselected package python2.7. Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... Selecting previously unselected package libpython-stdlib:amd64. Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for mime-support (3.59ubuntu1) ... Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... Setting up python-minimal (2.7.12-1~16.04) ... Selecting previously unselected package python. (Reading database ... 94455 files and directories currently installed.) Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... Unpacking python (2.7.12-1~16.04) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package libcephfs1. Preparing to unpack .../libcephfs1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking libcephfs1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package python-cephfs. Preparing to unpack .../python-cephfs_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking python-cephfs (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package python-rados. Preparing to unpack .../python-rados_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking python-rados (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package python-rbd. Preparing to unpack .../python-rbd_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking python-rbd (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package python-six. Preparing to unpack .../python-six_1.10.0-3_all.deb ... Unpacking python-six (1.10.0-3) ... Selecting previously unselected package python-urllib3. Preparing to unpack .../python-urllib3_1.13.1-2ubuntu0.16.04.2_all.deb ... Unpacking python-urllib3 (1.13.1-2ubuntu0.16.04.2) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... Unpacking python-pkg-resources (20.7.0-1) ... Selecting previously unselected package python-chardet. Preparing to unpack .../python-chardet_2.3.0-2_all.deb ... Unpacking python-chardet (2.3.0-2) ... Selecting previously unselected package python-requests. Preparing to unpack .../python-requests_2.9.1-3ubuntu0.1_all.deb ... Unpacking python-requests (2.9.1-3ubuntu0.1) ... Selecting previously unselected package libbabeltrace1:amd64. Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... Unpacking libbabeltrace1:amd64 (1.3.2-1) ... Selecting previously unselected package libbabeltrace-ctf1:amd64. Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... Selecting previously unselected package libboost-program-options1.58.0:amd64. Preparing to unpack .../libboost-program-options1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-regex1.58.0:amd64. Preparing to unpack .../libboost-regex1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libradosstriper1. Preparing to unpack .../libradosstriper1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking libradosstriper1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package libfcgi0ldbl. Preparing to unpack .../libfcgi0ldbl_2.4.0-8.3_amd64.deb ... Unpacking libfcgi0ldbl (2.4.0-8.3) ... Selecting previously unselected package librgw2. Preparing to unpack .../librgw2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librgw2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package ceph-common. Preparing to unpack .../ceph-common_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking ceph-common (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package keyutils. Preparing to unpack .../keyutils_1.5.9-8ubuntu1_amd64.deb ... Unpacking keyutils (1.5.9-8ubuntu1) ... Selecting previously unselected package libtirpc1:amd64. Preparing to unpack .../libtirpc1_0.2.5-1ubuntu0.1_amd64.deb ... Unpacking libtirpc1:amd64 (0.2.5-1ubuntu0.1) ... Selecting previously unselected package rpcbind. Preparing to unpack .../rpcbind_0.2.3-0.2_amd64.deb ... Unpacking rpcbind (0.2.3-0.2) ... Selecting previously unselected package nfs-common. Preparing to unpack .../nfs-common_1%3a1.2.8-9ubuntu12.1_amd64.deb ... Unpacking nfs-common (1:1.2.8-9ubuntu12.1) ... Selecting previously unselected package socat. Preparing to unpack .../socat_1.7.3.1-1_amd64.deb ... Unpacking socat (1.7.3.1-1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for systemd (229-4ubuntu21.8) ... Setting up libnfsidmap2:amd64 (0.25-5) ... Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... Setting up python (2.7.12-1~16.04) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up python-six (1.10.0-3) ... Setting up python-urllib3 (1.13.1-2ubuntu0.16.04.2) ... Setting up python-pkg-resources (20.7.0-1) ... Setting up python-chardet (2.3.0-2) ... Setting up python-requests (2.9.1-3ubuntu0.1) ... Setting up libbabeltrace1:amd64 (1.3.2-1) ... Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... Setting up libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libfcgi0ldbl (2.4.0-8.3) ... Setting up keyutils (1.5.9-8ubuntu1) ... Setting up libtirpc1:amd64 (0.2.5-1ubuntu0.1) ... Setting up rpcbind (0.2.3-0.2) ... Setting up nfs-common (1:1.2.8-9ubuntu12.1) ... Creating config file /etc/idmapd.conf with new version Creating config file /etc/default/nfs-common with new version Adding system user `statd' (UID 111) ... Adding new user `statd' (UID 111) with group `nogroup' ... Not creating home directory `/var/lib/nfs'. nfs-utils.service is a disabled or a static unit, not starting it. Setting up socat (1.7.3.1-1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up libcephfs1 (10.2.10-0ubuntu0.16.04.1) ... Setting up python-cephfs (10.2.10-0ubuntu0.16.04.1) ... Setting up python-rados (10.2.10-0ubuntu0.16.04.1) ... Setting up python-rbd (10.2.10-0ubuntu0.16.04.1) ... Setting up libradosstriper1 (10.2.10-0ubuntu0.16.04.1) ... Setting up librgw2 (10.2.10-0ubuntu0.16.04.1) ... Setting up ceph-common (10.2.10-0ubuntu0.16.04.1) ... [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for systemd (229-4ubuntu21.8) ... Processing triggers for ureadahead (0.100.0-19) ... + break + set +x Mon Nov 12 14:57:02 CST 2018 Mon Nov 12 14:57:02 CST 2018 === Starting Docker and Kubelet === + systemctl daemon-reload + systemctl restart docker + systemctl enable kubelet Created symlink from /etc/systemd/system/multi-user.target.wants/kubelet.service to /etc/systemd/system/kubelet.service. + systemctl restart kubelet + mkdir -p /var/log/armada + touch /var/log/armada/bootstrap-armada.log + chmod 777 /var/log/armada/bootstrap-armada.log + set +x Mon Nov 12 14:57:05 CST 2018 Mon Nov 12 14:57:05 CST 2018 === Waiting for Kubernetes API availablity === + wait_for_kubernetes_api 3600 + set +x Mon Nov 12 14:57:05 CST 2018 Waiting 3600 seconds for API response. Unable to find image 'gcr.io/google_containers/hyperkube-amd64:v1.10.2' locally v1.10.2: Pulling from google_containers/hyperkube-amd64 d093dc0d702b: Pulling fs layer 0dc0248c9360: Pulling fs layer 2b6ac55109de: Pulling fs layer 5f2ca80930ac: Pulling fs layer c99d41457802: Pulling fs layer 7460c29cea53: Pulling fs layer d5d8d09ad268: Pulling fs layer 82ba55e5bd57: Pulling fs layer 5f2ca80930ac: Verifying Checksum 5f2ca80930ac: Download complete 2b6ac55109de: Verifying Checksum 2b6ac55109de: Download complete d5d8d09ad268: Verifying Checksum d5d8d09ad268: Download complete 0dc0248c9360: Verifying Checksum 0dc0248c9360: Download complete 7460c29cea53: Verifying Checksum 7460c29cea53: Download complete c99d41457802: Verifying Checksum c99d41457802: Download complete 82ba55e5bd57: Verifying Checksum 82ba55e5bd57: Download complete d093dc0d702b: Download complete d093dc0d702b: Pull complete 0dc0248c9360: Pull complete 2b6ac55109de: Pull complete 5f2ca80930ac: Pull complete c99d41457802: Pull complete 7460c29cea53: Pull complete d5d8d09ad268: Pull complete 82ba55e5bd57: Pull complete Digest: sha256:badd2b1da29d4d530b10b920f64bf66a1b41150db46c3c99b49d56f3f18a82db Status: Downloaded newer image for gcr.io/google_containers/hyperkube-amd64:v1.10.2 The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? Mon Nov 12 15:57:09 CST 2018 API not returning node list before timeout. Mon Nov 12 15:57:09 CST 2018 General docker state report Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 1 Server Version: 17.03.2-ce Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe init version: N/A (expected: 949e6facb77383876aeff8a6944dde66b3089574) Security Options: apparmor seccomp Profile: default Kernel Version: 4.4.0-131-generic Operating System: Ubuntu 16.04.5 LTS OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 31.31 GiB Name: asus ID: PBS7:FC7Q:Y3JR:CUBT:PLLF:Q4NC:ITTS:LPCT:DXTX:VLF4:ETX3:SP4B Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true WARNING: No swap limit support CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES Mon Nov 12 15:57:09 CST 2018 General cluster state report The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? + error 'running genesis' + set +x Error when running genesis. + exit 1 + clean + set +x To remove files generated during this script's execution, delete /root/deploy. This VM is disposable. Re-deployment in this same VM will lead to unpredictable results. root at asus:~/deploy/airship-in-a-bottle/manifests/dev_single_node# ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ebell at me.com Wed Apr 17 17:51:59 2019 From: ebell at me.com (Eric Bell) Date: Wed, 17 Apr 2019 12:51:59 -0500 Subject: [Airship-discuss] Airship-in-a-bottle, install from scratch issue In-Reply-To: <87125a232b5748b0ab4674691c8ff43a@HYDEXCHMBX006.TechMahindra.com> References: <67ABCF4B-8AC7-4BD0-B87B-AC748B27334E@me.com> <87125a232b5748b0ab4674691c8ff43a@HYDEXCHMBX006.TechMahindra.com> Message-ID: <15B8A2CD-FFD1-47F3-A02C-CB413BD5D9A8@me.com> Yep, basically had to turn off swap space in ubuntu. Evidently kuberneties disagrees with the use of swap space. Don’t remember the exact commands off the top of any head. Eric > On Apr 17, 2019, at 12:09 PM, Sandeep Shah2 wrote: > > Hi Eric – I am also running into the below issue. Wondering if and how you resolved it? <> > > Thank you! > > From: Eric Bell [mailto:ebell at me.com] > Sent: Monday, November 12, 2018 5:30 PM > To: airship-discuss at lists.airshipit.org > Subject: [Airship-discuss] Airship-in-a-bottle, install from scratch issue > > Hello > > First time caller ;-) > > I’ve tried for about a week+ now to install on a fresh compute, airship-in-a-bottle. For the past few tries now, its stalling in the same place. (Each time I’ve tried this its been on a fresh Ubuntu 16.04.5 LTS install) > > Below is the full output. > > Thanks > > Eric > > unknownd0817ad6b6f2:.ssh ericbell$ rm known_hosts > unknownd0817ad6b6f2:.ssh ericbell$ cd .. > unknownd0817ad6b6f2:~ ericbell$ ssh eric at 192.168.1.177 > Warning: Permanently added '192.168.1.177' (ECDSA) to the list of known hosts. > eric at 192.168.1.177 's password: > Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-131-generic x86_64) > > * Documentation: https://help.ubuntu.com > * Management: https://landscape.canonical.com > * Support: https://ubuntu.com/advantage > > 73 packages can be updated. > 48 updates are security updates. > > > eric at asus:~$ > eric at asus:~$ > eric at asus:~$ > eric at asus:~$ > eric at asus:~$ sudo -i > [sudo] password for eric: > root at asus:~# apt update > Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease > Hit:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease > Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease > Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease > Reading package lists... Done > Building dependency tree > Reading state information... Done > 67 packages can be upgraded. Run 'apt list --upgradable' to see them. > root at asus:~# apt upgrade > Reading package lists... Done > Building dependency tree > Reading state information... Done > Calculating upgrade... Done > The following NEW packages will be installed: > linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-image-4.4.0-138-generic linux-image-extra-4.4.0-138-generic linux-signed-image-4.4.0-138-generic ubuntu-advantage-tools > The following packages will be upgraded: > apparmor apt apt-transport-https apt-utils bind9-host cloud-initramfs-copymods cloud-initramfs-dyn-netconf curl distro-info-data dnsutils dpkg friendly-recovery gettext-base git git-man gnupg gpgv > grub-legacy-ec2 initramfs-tools initramfs-tools-bin initramfs-tools-core intel-microcode kmod libapparmor-perl libapparmor1 libapt-inst2.0 libapt-pkg5.0 libasprintf0v5 libbind9-140 libcurl3-gnutls > libdns-export162 libdns162 libglib2.0-0 libglib2.0-data libisc-export160 libisc160 libisccc140 libisccfg140 libkmod2 liblwres141 libmspack0 libpam-systemd libsystemd0 libudev1 libx11-6 libx11-data libxml2 > linux-headers-generic linux-signed-generic linux-signed-image-generic open-iscsi openssh-client openssh-server openssh-sftp-server overlayroot python3-requests python3-update-manager python3-urllib3 > squashfs-tools systemd systemd-sysv tzdata ubuntu-minimal ubuntu-server ubuntu-standard udev update-manager-core > 67 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. > Need to get 92.0 MB of archives. > After this operation, 303 MB of additional disk space will be used. > Do you want to continue? [Y/n] Y > Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg amd64 1.18.4ubuntu1.5 [2,085 kB] > Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-pkg5.0 amd64 1.2.29 [707 kB] > Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.29 [55.5 kB] > Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt amd64 1.2.29 [1,041 kB] > Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.29 [196 kB] > Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gpgv amd64 1.4.20-1ubuntu3.3 [165 kB] > Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gnupg amd64 1.4.20-1ubuntu3.3 [626 kB] > Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu21.8 [204 kB] > Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.8 [115 kB] > Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu21.8 [3,775 kB] > Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu21.8 [993 kB] > Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 kmod amd64 22-1ubuntu5.1 [88.4 kB] > Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkmod2 amd64 22-1ubuntu5.1 [39.8 kB] > Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu21.8 [54.1 kB] > Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 friendly-recovery all 0.2.31ubuntu2 [9,662 B] > Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools all 0.122ubuntu8.13 [8,936 B] > Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-core all 0.122ubuntu8.13 [44.7 kB] > Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-bin amd64 0.122ubuntu8.13 [9,742 B] > Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu21.8 [11.6 kB] > Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor1 amd64 2.10.95-0ubuntu2.10 [29.7 kB] > Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.1 [1,120 kB] > Get:22 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 open-iscsi amd64 2.0.873+git0.3b4b4500-14ubuntu3.6 [334 kB] > Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 tzdata all 2018g-0ubuntu0.16.04 [166 kB] > Get:24 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.9 [4,534 B] > Get:25 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [153 kB] > Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [667 kB] > Get:27 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-advantage-tools all 10ubuntu0.16.04.1 [11.5 kB] > Get:28 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-minimal amd64 1.361.2 [2,662 B] > Get:29 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-perl amd64 2.10.95-0ubuntu2.10 [31.6 kB] > Get:30 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apparmor amd64 2.10.95-0ubuntu2.10 [451 kB] > Get:31 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.11 [139 kB] > Get:32 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.11 [185 kB] > Get:33 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-transport-https amd64 1.2.29 [26.2 kB] > Get:34 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.6 [697 kB] > Get:35 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bind9-host amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [38.4 kB] > Get:36 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dnsutils amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [89.2 kB] > Get:37 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [215 kB] > Get:38 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [881 kB] > Get:39 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisccc140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [16.3 kB] > Get:40 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisccfg140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [40.4 kB] > Get:41 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblwres141 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [33.7 kB] > Get:42 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbind9-140 amd64 1:9.10.3.dfsg.P4-8ubuntu1.11 [23.6 kB] > Get:43 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6,568 B] > Get:44 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB] > Get:45 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.1 [132 kB] > Get:46 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB] > Get:47 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB] > Get:48 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-sftp-server amd64 1:7.2p2-4ubuntu2.6 [38.8 kB] > Get:49 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-server amd64 1:7.2p2-4ubuntu2.6 [335 kB] > Get:50 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.6 [584 kB] > Get:51 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-update-manager all 1:16.04.15 [33.4 kB] > Get:52 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 update-manager-core all 1:16.04.15 [5,498 B] > Get:53 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-standard amd64 1.361.2 [2,710 B] > Get:54 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.5 [736 kB] > Get:55 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.5 [2,714 kB] > Get:56 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmspack0 amd64 0.5-1ubuntu0.16.04.3 [37.4 kB] > Get:57 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-4.4.0-138 all 4.4.0-138.164 [9,963 kB] > Get:58 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-4.4.0-138-generic amd64 4.4.0-138.164 [833 kB] > Get:59 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-4.4.0-138-generic amd64 4.4.0-138.164 [22.1 MB] > Get:60 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-image-4.4.0-138-generic amd64 4.4.0-138.164 [4,014 B] > Get:61 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-extra-4.4.0-138-generic amd64 4.4.0-138.164 [36.6 MB] > Get:62 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 intel-microcode amd64 3.20180807a.0ubuntu0.16.04.1 [1,275 kB] > Get:63 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-generic amd64 4.4.0.138.144 [1,814 B] > Get:64 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-signed-image-generic amd64 4.4.0.138.144 [2,420 B] > Get:65 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-headers-generic amd64 4.4.0.138.144 [2,336 B] > Get:66 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-urllib3 all 1.13.1-2ubuntu0.16.04.2 [58.1 kB] > Get:67 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-requests all 2.9.1-3ubuntu0.1 [55.8 kB] > Get:68 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 squashfs-tools amd64 1:4.3-3ubuntu2.16.04.3 [105 kB] > Get:69 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-initramfs-copymods all 0.27ubuntu1.6 [4,380 B] > Get:70 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-initramfs-dyn-netconf all 0.27ubuntu1.6 [6,892 B] > Get:71 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-legacy-ec2 all 18.4-0ubuntu1~16.04.2 [26.1 kB] > Get:72 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 overlayroot all 0.27ubuntu1.6 [15.7 kB] > Get:73 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-server amd64 1.361.2 [2,560 B] > Fetched 92.0 MB in 2s (39.0 MB/s) > Extracting templates from packages: 100% > Preconfiguring packages ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../dpkg_1.18.4ubuntu1.5_amd64.deb ... > Unpacking dpkg (1.18.4ubuntu1.5) over (1.18.4ubuntu1.4) ... > Setting up dpkg (1.18.4ubuntu1.5) ... > Processing triggers for man-db (2.7.5-1) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../libapt-pkg5.0_1.2.29_amd64.deb ... > Unpacking libapt-pkg5.0:amd64 (1.2.29) over (1.2.27) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up libapt-pkg5.0:amd64 (1.2.29) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../libapt-inst2.0_1.2.29_amd64.deb ... > Unpacking libapt-inst2.0:amd64 (1.2.29) over (1.2.27) ... > Preparing to unpack .../archives/apt_1.2.29_amd64.deb ... > Unpacking apt (1.2.29) over (1.2.27) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Processing triggers for man-db (2.7.5-1) ... > Setting up apt (1.2.29) ... > Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../apt-utils_1.2.29_amd64.deb ... > Unpacking apt-utils (1.2.29) over (1.2.27) ... > Preparing to unpack .../gpgv_1.4.20-1ubuntu3.3_amd64.deb ... > Unpacking gpgv (1.4.20-1ubuntu3.3) over (1.4.20-1ubuntu3.2) ... > Processing triggers for man-db (2.7.5-1) ... > Setting up gpgv (1.4.20-1ubuntu3.3) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../gnupg_1.4.20-1ubuntu3.3_amd64.deb ... > Unpacking gnupg (1.4.20-1ubuntu3.3) over (1.4.20-1ubuntu3.2) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for install-info (6.1.0.dfsg.1-5) ... > Setting up gnupg (1.4.20-1ubuntu3.3) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../libsystemd0_229-4ubuntu21.8_amd64.deb ... > Unpacking libsystemd0:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up libsystemd0:amd64 (229-4ubuntu21.8) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../libpam-systemd_229-4ubuntu21.8_amd64.deb ... > Unpacking libpam-systemd:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Preparing to unpack .../systemd_229-4ubuntu21.8_amd64.deb ... > Unpacking systemd (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for dbus (1.10.6-1ubuntu3.3) ... > Processing triggers for ureadahead (0.100.0-19) ... > ureadahead will be reprofiled on next reboot > Setting up systemd (229-4ubuntu21.8) ... > addgroup: The group `systemd-journal' already exists as a system group. Exiting. > [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../udev_229-4ubuntu21.8_amd64.deb ... > Unpacking udev (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Preparing to unpack .../kmod_22-1ubuntu5.1_amd64.deb ... > Unpacking kmod (22-1ubuntu5.1) over (22-1ubuntu5) ... > Preparing to unpack .../libkmod2_22-1ubuntu5.1_amd64.deb ... > Unpacking libkmod2:amd64 (22-1ubuntu5.1) over (22-1ubuntu5) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up libkmod2:amd64 (22-1ubuntu5.1) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../libudev1_229-4ubuntu21.8_amd64.deb ... > Unpacking libudev1:amd64 (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up libudev1:amd64 (229-4ubuntu21.8) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60367 files and directories currently installed.) > Preparing to unpack .../friendly-recovery_0.2.31ubuntu2_all.deb ... > Removed symlink /etc/systemd/system/sysinit.target.wants/friendly-recovery.service. > Unpacking friendly-recovery (0.2.31ubuntu2) over (0.2.31ubuntu1) ... > Preparing to unpack .../initramfs-tools_0.122ubuntu8.13_all.deb ... > Unpacking initramfs-tools (0.122ubuntu8.13) over (0.122ubuntu8.11) ... > Preparing to unpack .../initramfs-tools-core_0.122ubuntu8.13_all.deb ... > Unpacking initramfs-tools-core (0.122ubuntu8.13) over (0.122ubuntu8.11) ... > Preparing to unpack .../initramfs-tools-bin_0.122ubuntu8.13_amd64.deb ... > Unpacking initramfs-tools-bin (0.122ubuntu8.13) over (0.122ubuntu8.11) ... > Preparing to unpack .../systemd-sysv_229-4ubuntu21.8_amd64.deb ... > Unpacking systemd-sysv (229-4ubuntu21.8) over (229-4ubuntu21.4) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for man-db (2.7.5-1) ... > Setting up systemd-sysv (229-4ubuntu21.8) ... > (Reading database ... 60369 files and directories currently installed.) > Preparing to unpack .../libapparmor1_2.10.95-0ubuntu2.10_amd64.deb ... > Unpacking libapparmor1:amd64 (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up libapparmor1:amd64 (2.10.95-0ubuntu2.10) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > (Reading database ... 60369 files and directories currently installed.) > Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.1_amd64.deb ... > Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) over (2.48.2-0ubuntu3) ... > Preparing to unpack .../open-iscsi_2.0.873+git0.3b4b4500-14ubuntu3.6_amd64.deb ... > Unpacking open-iscsi (2.0.873+git0.3b4b4500-14ubuntu3.6) over (2.0.873+git0.3b4b4500-14ubuntu3.4) ... > Preparing to unpack .../tzdata_2018g-0ubuntu0.16.04_all.deb ... > Unpacking tzdata (2018g-0ubuntu0.16.04) over (2017c-0ubuntu0.16.04) ... > Preparing to unpack .../distro-info-data_0.28ubuntu0.9_all.deb ... > Unpacking distro-info-data (0.28ubuntu0.9) over (0.28ubuntu0.8) ... > Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Selecting previously unselected package ubuntu-advantage-tools. > Preparing to unpack .../ubuntu-advantage-tools_10ubuntu0.16.04.1_all.deb ... > Unpacking ubuntu-advantage-tools (10ubuntu0.16.04.1) ... > Preparing to unpack .../ubuntu-minimal_1.361.2_amd64.deb ... > Unpacking ubuntu-minimal (1.361.2) over (1.361.1) ... > Preparing to unpack .../libapparmor-perl_2.10.95-0ubuntu2.10_amd64.deb ... > Unpacking libapparmor-perl (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... > Preparing to unpack .../apparmor_2.10.95-0ubuntu2.10_amd64.deb ... > Unpacking apparmor (2.10.95-0ubuntu2.10) over (2.10.95-0ubuntu2.9) ... > Preparing to unpack .../curl_7.47.0-1ubuntu2.11_amd64.deb ... > Unpacking curl (7.47.0-1ubuntu2.11) over (7.47.0-1ubuntu2.8) ... > Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.11_amd64.deb ... > Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.11) over (7.47.0-1ubuntu2.8) ... > Preparing to unpack .../apt-transport-https_1.2.29_amd64.deb ... > Unpacking apt-transport-https (1.2.29) over (1.2.27) ... > Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... > Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.6) over (2.9.3+dfsg1-1ubuntu0.5) ... > Preparing to unpack .../bind9-host_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking bind9-host (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../dnsutils_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking dnsutils (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libisc160_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libdns162_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libisccc140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libisccfg140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../liblwres141_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libbind9-140_1%3a9.10.3.dfsg.P4-8ubuntu1.11_amd64.deb ... > Unpacking libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) over (1:9.10.3.dfsg.P4-8ubuntu1.10) ... > Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ... > Unpacking libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) over (0.19.7-2ubuntu3) ... > Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ... > Unpacking gettext-base (0.19.7-2ubuntu3.1) over (0.19.7-2ubuntu3) ... > Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.1_all.deb ... > Unpacking libglib2.0-data (2.48.2-0ubuntu4.1) over (2.48.2-0ubuntu3) ... > Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ... > Unpacking libx11-data (2:1.6.3-1ubuntu2.1) over (2:1.6.3-1ubuntu2) ... > Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ... > Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) over (2:1.6.3-1ubuntu2) ... > Preparing to unpack .../openssh-sftp-server_1%3a7.2p2-4ubuntu2.6_amd64.deb ... > Unpacking openssh-sftp-server (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... > Preparing to unpack .../openssh-server_1%3a7.2p2-4ubuntu2.6_amd64.deb ... > Unpacking openssh-server (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... > Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.6_amd64.deb ... > Unpacking openssh-client (1:7.2p2-4ubuntu2.6) over (1:7.2p2-4ubuntu2.4) ... > Preparing to unpack .../python3-update-manager_1%3a16.04.15_all.deb ... > Unpacking python3-update-manager (1:16.04.15) over (1:16.04.13) ... > Preparing to unpack .../update-manager-core_1%3a16.04.15_all.deb ... > Unpacking update-manager-core (1:16.04.15) over (1:16.04.13) ... > Preparing to unpack .../ubuntu-standard_1.361.2_amd64.deb ... > Unpacking ubuntu-standard (1.361.2) over (1.361.1) ... > Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.5_all.deb ... > Unpacking git-man (1:2.7.4-0ubuntu1.5) over (1:2.7.4-0ubuntu1.4) ... > Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.5_amd64.deb ... > Unpacking git (1:2.7.4-0ubuntu1.5) over (1:2.7.4-0ubuntu1.4) ... > Preparing to unpack .../libmspack0_0.5-1ubuntu0.16.04.3_amd64.deb ... > Unpacking libmspack0:amd64 (0.5-1ubuntu0.16.04.3) over (0.5-1ubuntu0.16.04.1) ... > Selecting previously unselected package linux-headers-4.4.0-138. > Preparing to unpack .../linux-headers-4.4.0-138_4.4.0-138.164_all.deb ... > Unpacking linux-headers-4.4.0-138 (4.4.0-138.164) ... > Selecting previously unselected package linux-headers-4.4.0-138-generic. > Preparing to unpack .../linux-headers-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... > Unpacking linux-headers-4.4.0-138-generic (4.4.0-138.164) ... > Selecting previously unselected package linux-image-4.4.0-138-generic. > Preparing to unpack .../linux-image-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... > Examining /etc/kernel/preinst.d/ > run-parts: executing /etc/kernel/preinst.d/intel-microcode 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > Done. > Unpacking linux-image-4.4.0-138-generic (4.4.0-138.164) ... > Selecting previously unselected package linux-signed-image-4.4.0-138-generic. > Preparing to unpack .../linux-signed-image-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... > Unpacking linux-signed-image-4.4.0-138-generic (4.4.0-138.164) ... > Selecting previously unselected package linux-image-extra-4.4.0-138-generic. > Preparing to unpack .../linux-image-extra-4.4.0-138-generic_4.4.0-138.164_amd64.deb ... > Unpacking linux-image-extra-4.4.0-138-generic (4.4.0-138.164) ... > Preparing to unpack .../intel-microcode_3.20180807a.0ubuntu0.16.04.1_amd64.deb ... > Unpacking intel-microcode (3.20180807a.0ubuntu0.16.04.1) over (3.20180425.1~ubuntu0.16.04.2) ... > Preparing to unpack .../linux-signed-generic_4.4.0.138.144_amd64.deb ... > Unpacking linux-signed-generic (4.4.0.138.144) over (4.4.0.131.137) ... > Preparing to unpack .../linux-signed-image-generic_4.4.0.138.144_amd64.deb ... > Unpacking linux-signed-image-generic (4.4.0.138.144) over (4.4.0.131.137) ... > Preparing to unpack .../linux-headers-generic_4.4.0.138.144_amd64.deb ... > Unpacking linux-headers-generic (4.4.0.138.144) over (4.4.0.131.137) ... > Preparing to unpack .../python3-urllib3_1.13.1-2ubuntu0.16.04.2_all.deb ... > Unpacking python3-urllib3 (1.13.1-2ubuntu0.16.04.2) over (1.13.1-2ubuntu0.16.04.1) ... > Preparing to unpack .../python3-requests_2.9.1-3ubuntu0.1_all.deb ... > Unpacking python3-requests (2.9.1-3ubuntu0.1) over (2.9.1-3) ... > Preparing to unpack .../squashfs-tools_1%3a4.3-3ubuntu2.16.04.3_amd64.deb ... > Unpacking squashfs-tools (1:4.3-3ubuntu2.16.04.3) over (1:4.3-3ubuntu2.16.04.2) ... > Preparing to unpack .../cloud-initramfs-copymods_0.27ubuntu1.6_all.deb ... > Unpacking cloud-initramfs-copymods (0.27ubuntu1.6) over (0.27ubuntu1.5) ... > Preparing to unpack .../cloud-initramfs-dyn-netconf_0.27ubuntu1.6_all.deb ... > Unpacking cloud-initramfs-dyn-netconf (0.27ubuntu1.6) over (0.27ubuntu1.5) ... > Preparing to unpack .../grub-legacy-ec2_18.4-0ubuntu1~16.04.2_all.deb ... > Leaving 'diversion of /usr/sbin/grub-set-default to /usr/sbin/grub-set-default.real by grub-legacy-ec2' > Unpacking grub-legacy-ec2 (18.4-0ubuntu1~16.04.2) over (18.2-4-g05926e48-0ubuntu1~16.04.2) ... > Preparing to unpack .../overlayroot_0.27ubuntu1.6_all.deb ... > Unpacking overlayroot (0.27ubuntu1.6) over (0.27ubuntu1.5) ... > Preparing to unpack .../ubuntu-server_1.361.2_amd64.deb ... > Unpacking ubuntu-server (1.361.2) over (1.361.1) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for ufw (0.35-0ubuntu2) ... > Setting up libapt-inst2.0:amd64 (1.2.29) ... > Setting up apt-utils (1.2.29) ... > Setting up libpam-systemd:amd64 (229-4ubuntu21.8) ... > Setting up udev (229-4ubuntu21.8) ... > addgroup: The group `input' already exists as a system group. Exiting. > update-initramfs: deferring update (trigger activated) > Setting up kmod (22-1ubuntu5.1) ... > Installing new version of config file /etc/modprobe.d/blacklist.conf ... > Setting up friendly-recovery (0.2.31ubuntu2) ... > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-4.4.0-138-generic > Found linux image: /boot/vmlinuz-4.4.0-131-generic > Found initrd image: /boot/initrd.img-4.4.0-131-generic > Adding boot menu entry for EFI firmware configuration > done > Setting up initramfs-tools-bin (0.122ubuntu8.13) ... > Setting up initramfs-tools-core (0.122ubuntu8.13) ... > Setting up initramfs-tools (0.122ubuntu8.13) ... > update-initramfs: deferring update (trigger activated) > Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... > No schema files found: doing nothing. > Setting up open-iscsi (2.0.873+git0.3b4b4500-14ubuntu3.6) ... > Setting up tzdata (2018g-0ubuntu0.16.04) ... > > Current default time zone: 'America/Chicago' > Local time is now: Mon Nov 12 14:52:15 CST 2018. > Universal Time is now: Mon Nov 12 20:52:15 UTC 2018. > Run 'dpkg-reconfigure tzdata' if you wish to change it. > > Setting up distro-info-data (0.28ubuntu0.9) ... > Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up ubuntu-advantage-tools (10ubuntu0.16.04.1) ... > Setting up ubuntu-minimal (1.361.2) ... > Setting up libapparmor-perl (2.10.95-0ubuntu2.10) ... > Setting up apparmor (2.10.95-0ubuntu2.10) ... > Installing new version of config file /etc/apparmor.d/abstractions/private-files ... > Installing new version of config file /etc/apparmor.d/abstractions/private-files-strict ... > Installing new version of config file /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files ... > update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults > Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd > Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.11) ... > Setting up curl (7.47.0-1ubuntu2.11) ... > Setting up apt-transport-https (1.2.29) ... > Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... > Setting up libisc160:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libdns162:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libisccc140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libisccfg140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libbind9-140:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up liblwres141:amd64 (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up bind9-host (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up dnsutils (1:9.10.3.dfsg.P4-8ubuntu1.11) ... > Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... > Setting up gettext-base (0.19.7-2ubuntu3.1) ... > Setting up libglib2.0-data (2.48.2-0ubuntu4.1) ... > Setting up libx11-data (2:1.6.3-1ubuntu2.1) ... > Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... > Setting up openssh-client (1:7.2p2-4ubuntu2.6) ... > Setting up openssh-sftp-server (1:7.2p2-4ubuntu2.6) ... > Setting up openssh-server (1:7.2p2-4ubuntu2.6) ... > Setting up python3-update-manager (1:16.04.15) ... > Setting up update-manager-core (1:16.04.15) ... > Setting up ubuntu-standard (1.361.2) ... > Setting up git-man (1:2.7.4-0ubuntu1.5) ... > Setting up git (1:2.7.4-0ubuntu1.5) ... > Setting up libmspack0:amd64 (0.5-1ubuntu0.16.04.3) ... > Setting up linux-headers-4.4.0-138 (4.4.0-138.164) ... > Setting up linux-headers-4.4.0-138-generic (4.4.0-138.164) ... > Setting up linux-image-4.4.0-138-generic (4.4.0-138.164) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic > W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. > run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > Searching for GRUB installation directory ... found: /boot/grub > Searching for default file ... found: /boot/grub/default > Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst > Searching for splash image ... none found, skipping ... > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed > Found kernel: /boot/vmlinuz-4.4.0-138-generic > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Replacing config file /run/grub/menu.lst with new version > Updating /boot/grub/menu.lst ... done > > run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-4.4.0-138-generic > Found initrd image: /boot/initrd.img-4.4.0-138-generic > Found linux image: /boot/vmlinuz-4.4.0-131-generic > Found initrd image: /boot/initrd.img-4.4.0-131-generic > Adding boot menu entry for EFI firmware configuration > done > Setting up linux-signed-image-4.4.0-138-generic (4.4.0-138.164) ... > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-4.4.0-138-generic > Found initrd image: /boot/initrd.img-4.4.0-138-generic > Found linux image: /boot/vmlinuz-4.4.0-131-generic > Found initrd image: /boot/initrd.img-4.4.0-131-generic > Adding boot menu entry for EFI firmware configuration > done > Setting up linux-image-extra-4.4.0-138-generic (4.4.0-138.164) ... > run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic > W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. > run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > Searching for GRUB installation directory ... found: /boot/grub > Searching for default file ... found: /boot/grub/default > Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst > Searching for splash image ... none found, skipping ... > Found kernel: /boot/vmlinuz-4.4.0-138-generic > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-138-generic.efi.signed > Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed > Found kernel: /boot/vmlinuz-4.4.0-138-generic > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Updating /boot/grub/menu.lst ... done > > run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-138-generic /boot/vmlinuz-4.4.0-138-generic > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-4.4.0-138-generic > Found initrd image: /boot/initrd.img-4.4.0-138-generic > Found linux image: /boot/vmlinuz-4.4.0-131-generic > Found initrd image: /boot/initrd.img-4.4.0-131-generic > Adding boot menu entry for EFI firmware configuration > done > Setting up intel-microcode (3.20180807a.0ubuntu0.16.04.1) ... > update-initramfs: deferring update (trigger activated) > intel-microcode: microcode will be updated at next boot > Setting up linux-signed-image-generic (4.4.0.138.144) ... > Setting up linux-headers-generic (4.4.0.138.144) ... > Setting up linux-signed-generic (4.4.0.138.144) ... > Setting up python3-urllib3 (1.13.1-2ubuntu0.16.04.2) ... > Setting up python3-requests (2.9.1-3ubuntu0.1) ... > Setting up squashfs-tools (1:4.3-3ubuntu2.16.04.3) ... > Setting up cloud-initramfs-copymods (0.27ubuntu1.6) ... > Setting up cloud-initramfs-dyn-netconf (0.27ubuntu1.6) ... > Setting up grub-legacy-ec2 (18.4-0ubuntu1~16.04.2) ... > Searching for GRUB installation directory ... found: /boot/grub > Searching for default file ... found: /boot/grub/default > Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst > Searching for splash image ... none found, skipping ... > Found kernel: /boot/vmlinuz-4.4.0-138-generic > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-138-generic.efi.signed > Ignoring non-Xen Kernel on Xen domU host: vmlinuz-4.4.0-131-generic.efi.signed > Found kernel: /boot/vmlinuz-4.4.0-138-generic > Found kernel: /boot/vmlinuz-4.4.0-131-generic > Updating /boot/grub/menu.lst ... done > > Setting up overlayroot (0.27ubuntu1.6) ... > Processing triggers for initramfs-tools (0.122ubuntu8.13) ... > update-initramfs: Generating /boot/initrd.img-4.4.0-138-generic > W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. > Setting up ubuntu-server (1.361.2) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > root at asus:~# mkdir -p /root/deploy && cd "$_" > root at asus:~/deploy# git clone https://github.com/openstack/airship-in-a-bottle > Cloning into 'airship-in-a-bottle'... > remote: Enumerating objects: 93, done. > remote: Counting objects: 100% (93/93), done. > remote: Compressing objects: 100% (82/82), done. > remote: Total 2223 (delta 28), reused 63 (delta 9), pack-reused 2130 > Receiving objects: 100% (2223/2223), 474.33 KiB | 0 bytes/s, done. > Resolving deltas: 100% (1112/1112), done. > Checking connectivity... done. > root at asus:~/deploy# cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node > root at asus:~/deploy/airship-in-a-bottle/manifests/dev_single_node# ./airship-in-a-bottle.sh > > Welcome to Airship in a Bottle > > /--------------------\ > | \ > | |---| \---- > | | x | \ > | |---| | > | | / > | \____|____/ /---- > | / > \--------------------/ > > > A prototype example of deploying the Airship suite on a single VM. > > > This example will run through: > - Setup > - Genesis of Airship (Kubernetes) > - Basic deployment of Openstack (including Nova, Neutron, and Horizon using Openstack Helm) > - VM creation automation using Heat > > The expected runtime of this script is greater than 1 hour > > > The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, 20GB of RAM with 32GB disk space. > Let's collect some information about your VM to get started. > Is your HOST IFACE enp4s0? (Y/n) Y > Is your LOCAL IP 192.168.1.177? (Y/n) Y > ++ hostname -s > + export SHORT_HOSTNAME=asus > + SHORT_HOSTNAME=asus > + set +x > Updating /etc/hosts with: 192.168.1.177 asus > 192.168.1.177 asus > + export HOSTIP=192.168.1.177 > + HOSTIP=192.168.1.177 > + export HOSTCIDR=192.168.1.177/32 > + HOSTCIDR=192.168.1.177/32 > + export NODE_NET_IFACE=enp4s0 > + NODE_NET_IFACE=enp4s0 > + export TARGET_SITE=demo > + TARGET_SITE=demo > + set +x > Using DNS servers 192.168.1.254 and 192.168.1.254. > > Starting Airship deployment... > + LAST_STEP_NAME=demo > + [[ demo == \c\o\l\l\e\c\t ]] > + [[ demo == \g\e\n\e\s\i\s ]] > + [[ demo == \d\e\p\l\o\y ]] > + [[ demo == \d\e\m\o ]] > + STEP_BREAKPOINT=40 > + export WORKSPACE=/root/deploy > + WORKSPACE=/root/deploy > + TARGET_SITE=demo > + http_proxy= > + https_proxy= > + no_proxy= > + SHORT_HOSTNAME=asus > + HOSTIP=192.168.1.177 > + HOSTCIDR=192.168.1.177/32 > + NODE_NET_IFACE=enp4s0 > + POST_GENESIS_DELAY=60 > + AIRSHIP_IN_A_BOTTLE_REPO=https://git.openstack.org/openstack/airship-in-a-bottle > + AIRSHIP_IN_A_BOTTLE_REFSPEC= > + PEGLEG_REPO=https://git.openstack.org/openstack/airship-pegleg.git > + PEGLEG_REFSPEC= > + SHIPYARD_REPO=https://git.openstack.org/openstack/airship-shipyard.git > + SHIPYARD_REFSPEC= > + PEGLEG_IMAGE=quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 > + PROMENADE_IMAGE=quay.io/airshipit/promenade:master > + PEGLEG=/root/deploy/airship-pegleg/tools/pegleg.sh > + trap clean EXIT > + check_preconditions > + set +x > + configure_apt > + [[ ! -z '' ]] > + [[ ! -z '' ]] > + setup_workspace > + mkdir -p /root/deploy/collected > + mkdir -p /root/deploy/genesis > + chmod -R 777 /root/deploy/genesis > + setup_repos > + get_repo airship-pegleg https://git.openstack.org/openstack/airship-pegleg.git > + cd /root/deploy > + '[' '!' -d airship-pegleg ']' > + git clone https://git.openstack.org/openstack/airship-pegleg.git > Cloning into 'airship-pegleg'... > remote: Counting objects: 1397, done. > remote: Compressing objects: 100% (870/870), done. > remote: Total 1397 (delta 812), reused 896 (delta 399) > Receiving objects: 100% (1397/1397), 294.02 KiB | 0 bytes/s, done. > Resolving deltas: 100% (812/812), done. > Checking connectivity... done. > + '[' -n '' ']' > + get_repo airship-in-a-bottle https://git.openstack.org/openstack/airship-in-a-bottle > + cd /root/deploy > + '[' '!' -d airship-in-a-bottle ']' > + get_repo airship-shipyard https://git.openstack.org/openstack/airship-shipyard.git > + cd /root/deploy > + '[' '!' -d airship-shipyard ']' > + git clone https://git.openstack.org/openstack/airship-shipyard.git > Cloning into 'airship-shipyard'... > remote: Counting objects: 5503, done. > remote: Compressing objects: 100% (2224/2224), done. > remote: Total 5503 (delta 3630), reused 4748 (delta 3000) > Receiving objects: 100% (5503/5503), 1.54 MiB | 0 bytes/s, done. > Resolving deltas: 100% (3630/3630), done. > Checking connectivity... done. > + '[' -n '' ']' > + configure_dev_configurables > + cat > + install_dependencies > + apt -qq update > All packages are up to date. > + apt -y install --no-install-recommends docker.io jq nmap > Reading package lists... Done > Building dependency tree > Reading state information... Done > The following additional packages will be installed: > libblas-common libblas3 liblinear3 liblua5.2-0 libonig2 lua-lpeg > Suggested packages: > aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils liblinear-tools liblinear-dev > Recommended packages: > cgroupfs-mount | cgroup-lite ubuntu-fan ndiff > The following NEW packages will be installed: > docker.io jq libblas-common libblas3 liblinear3 liblua5.2-0 libonig2 lua-lpeg nmap > 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. > Need to get 22.3 MB of archives. > After this operation, 113 MB of additional disk space will be used. > Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 docker.io amd64 17.03.2-0ubuntu2~16.04.1 [17.1 MB] > Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libonig2 amd64 5.9.6-1ubuntu0.1 [86.7 kB] > Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 jq amd64 1.5+dfsg-1ubuntu0.1 [144 kB] > Get:4 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] > Get:5 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] > Get:6 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 liblinear3 amd64 2.1.0+dfsg-1 [39.3 kB] > Get:7 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 liblua5.2-0 amd64 5.2.4-1ubuntu1 [106 kB] > Get:8 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 lua-lpeg amd64 0.12.2-1 [28.3 kB] > Get:9 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 nmap amd64 7.01-2ubuntu2 [4,638 kB] > Fetched 22.3 MB in 0s (23.9 MB/s) > Preconfiguring packages ... > Selecting previously unselected package docker.io . > (Reading database ... 92807 files and directories currently installed.) > Preparing to unpack .../docker.io_17.03.2-0ubuntu2~16.04.1_amd64.deb ... > Unpacking docker.io (17.03.2-0ubuntu2~16.04.1) ... > Selecting previously unselected package libonig2:amd64. > Preparing to unpack .../libonig2_5.9.6-1ubuntu0.1_amd64.deb ... > Unpacking libonig2:amd64 (5.9.6-1ubuntu0.1) ... > Selecting previously unselected package jq. > Preparing to unpack .../jq_1.5+dfsg-1ubuntu0.1_amd64.deb ... > Unpacking jq (1.5+dfsg-1ubuntu0.1) ... > Selecting previously unselected package libblas-common. > Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... > Unpacking libblas-common (3.6.0-2ubuntu2) ... > Selecting previously unselected package libblas3. > Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... > Unpacking libblas3 (3.6.0-2ubuntu2) ... > Selecting previously unselected package liblinear3:amd64. > Preparing to unpack .../liblinear3_2.1.0+dfsg-1_amd64.deb ... > Unpacking liblinear3:amd64 (2.1.0+dfsg-1) ... > Selecting previously unselected package liblua5.2-0:amd64. > Preparing to unpack .../liblua5.2-0_5.2.4-1ubuntu1_amd64.deb ... > Unpacking liblua5.2-0:amd64 (5.2.4-1ubuntu1) ... > Selecting previously unselected package lua-lpeg:amd64. > Preparing to unpack .../lua-lpeg_0.12.2-1_amd64.deb ... > Unpacking lua-lpeg:amd64 (0.12.2-1) ... > Selecting previously unselected package nmap. > Preparing to unpack .../nmap_7.01-2ubuntu2_amd64.deb ... > Unpacking nmap (7.01-2ubuntu2) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Setting up docker.io (17.03.2-0ubuntu2~16.04.1) ... > Adding group `docker' (GID 117) ... > Done. > Setting up libonig2:amd64 (5.9.6-1ubuntu0.1) ... > Setting up jq (1.5+dfsg-1ubuntu0.1) ... > Setting up libblas-common (3.6.0-2ubuntu2) ... > Setting up libblas3 (3.6.0-2ubuntu2) ... > update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode > Setting up liblinear3:amd64 (2.1.0+dfsg-1) ... > Setting up liblua5.2-0:amd64 (5.2.4-1ubuntu1) ... > Setting up lua-lpeg:amd64 (0.12.2-1) ... > Setting up nmap (7.01-2ubuntu2) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > + configure_docker > + [[ ! -z '' ]] > + [[ ! -z '' ]] > + [[ 40 -ge 10 ]] > + echo 'This is a good time to grab a coffee :)' > This is a good time to grab a coffee :) > + run_pegleg_collect > + IMAGE=quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 > + TERM_OPTS=-i > + /root/deploy/airship-pegleg/tools/pegleg.sh site -p /workspace/airship-in-a-bottle/deployment_files collect demo -s /workspace/collected > > == NOTE: Workspace /root/deploy is the execution directory in the container == > > Unable to find image 'quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 ' locally > ac6297eae6c51ab2f13a96978abaaa10cb46e3d6: Pulling from airshipit/pegleg > 05d1a5232b46: Pull complete > 5cee356eda6b: Pull complete > 89d3385f0fd3: Pull complete > 80ae6b477848: Pull complete > 28bdf9e584cc: Pull complete > dec1a1f0462b: Pull complete > a4670d125615: Pull complete > 547b45a875f5: Pull complete > 102a0247b454: Pull complete > 991f46bceacf: Pull complete > 4b997ac83a2c: Pull complete > 4585a45fbf43: Pull complete > 983ae3f172a6: Pull complete > 6e585acbc3f6: Pull complete > Digest: sha256:f1eb51608d496a91839d0b87bbad3ad0c82319ddae951de5e5ce004bf466913f > Status: Downloaded newer image for quay.io/airshipit/pegleg:ac6297eae6c51ab2f13a96978abaaa10cb46e3d6 > + [[ 40 -ge 20 ]] > + generate_certs > + set +x > === Generating updated certificates === > + cp /root/deploy/collected/deployment_files.yaml /root/deploy/genesis > ++ ls /root/deploy/genesis > + docker run --rm -t -e http_proxy= -e https_proxy= -e no_proxy= -w /target -e PROMENADE_DEBUG=false -v /root/deploy/genesis:/target quay.io/airshipit/promenade:master promenade generate-certs -o /target deployment_files.yaml > Unable to find image 'quay.io/airshipit/promenade:master ' locally > master: Pulling from airshipit/promenade > bc9ab73e5b14: Pull complete > 193a6306c92a: Pull complete > e5c3f8c317dc: Pull complete > a587a86c9dcb: Pull complete > 72744d0a318b: Pull complete > 6598fc9d11d1: Pull complete > 770079cf7a7e: Pull complete > 03c4d24b3523: Pull complete > aaa91e2585ce: Pull complete > 03391a73abe1: Pull complete > e899f028e0e3: Pull complete > 24fd23e628a1: Pull complete > 4e6580d0581c: Pull complete > 69a90ea0c25e: Pull complete > 922b02db26b0: Pull complete > Digest: sha256:4b33776de7b8e8952713794bf83f69572e0d092c4ab9f88c2e69f00ffac15937 > Status: Downloaded newer image for quay.io/airshipit/promenade:master > + PORT=9000 > + UWSGI_TIMEOUT=300 > + PROMENADE_THREADS=1 > + PROMENADE_WORKERS=4 > + '[' promenade = server ']' > + exec promenade generate-certs -o /target deployment_files.yaml > /usr/local/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version! > RequestsDependencyWarning) > 2018-11-12 20:55:58,890 INFO - - - promenade.config:from_streams [ 53] Loading documents from deployment_files.yaml > 2018-11-12 20:56:00,320 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 167 documents from deployment_files.yaml > 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. > 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 25] Building config from 167 documents. > 2018-11-12 20:56:00,320 INFO - - - promenade.config:__init__ [ 27] Rendering documents via Deckhand engine. > 2018-11-12 20:56:00,343 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,344 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,347 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,350 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,354 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,357 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,360 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,363 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,366 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,369 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,372 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,375 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,378 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,381 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,384 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,388 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,391 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,394 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,397 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,400 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,403 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,406 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,409 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,412 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,415 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,419 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,422 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,425 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,428 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,431 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,434 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,437 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,440 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,443 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,446 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,449 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,453 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,456 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,460 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,463 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,466 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,469 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,472 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,476 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,479 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,483 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,486 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,489 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,492 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,496 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,498 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,502 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,505 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,508 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,512 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,515 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,518 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,521 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,524 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,527 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,530 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,533 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,536 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,539 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,543 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,546 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,549 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,552 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,556 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,559 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,562 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,565 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,570 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,573 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,576 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,580 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,583 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,586 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,590 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,593 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,597 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,600 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,603 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,607 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,610 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,613 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,618 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,621 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,624 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,627 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,630 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,633 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,637 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,641 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,645 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,648 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,651 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,654 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,657 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,661 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,664 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/EndpointCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,667 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/AccountCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,670 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Kubelet/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,673 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Docker/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,676 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SoftwareVersions/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,679 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Genesis/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,682 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/HostSystem/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,686 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SeccompProfile/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,689 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,691 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,692 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,694 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,696 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,697 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,699 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,701 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,703 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,704 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,706 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,708 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,710 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,711 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,713 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,715 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,716 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,718 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,720 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,722 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,723 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,725 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,727 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,729 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,730 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,732 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,734 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,736 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema drydock/BootAction/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,739 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/KubernetesNetwork/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,742 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SiteDefinition/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,745 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,749 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,753 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/PKICatalog/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,757 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/CommonAddresses/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,760 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema dev/Configurables/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:00,763 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema shipyard/DeploymentConfiguration/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. > 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-node among the provided substitution sources. > 2018-11-12 20:56:01,280 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-node among the provided substitution sources. > 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. > 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] scheduler among the provided substitution sources. > 2018-11-12 20:56:01,324 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] scheduler among the provided substitution sources. > 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. > 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] controller-manager among the provided substitution sources. > 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] controller-manager among the provided substitution sources. > 2018-11-12 20:56:01,371 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/PrivateKey/v1] service-account among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] apiserver among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] apiserver among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] apiserver-etcd among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] apiserver-etcd among the provided substitution sources. > 2018-11-12 20:56:01,404 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/PublicKey/v1] service-account among the provided substitution sources. > 2018-11-12 20:56:03,180 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. > 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd-peer among the provided substitution sources. > 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,181 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd among the provided substitution sources. > 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] calico-etcd-peer among the provided substitution sources. > 2018-11-12 20:56:03,189 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,190 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-genesis among the provided substitution sources. > 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-genesis among the provided substitution sources. > 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] calico-etcd-genesis-peer among the provided substitution sources. > 2018-11-12 20:56:03,197 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] calico-etcd-genesis-peer among the provided substitution sources. > 2018-11-12 20:56:03,205 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. > 2018-11-12 20:56:03,205 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd-peer among the provided substitution sources. > 2018-11-12 20:56:03,206 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,206 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateAuthority/v1] kubernetes-etcd-peer among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-anchor among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-genesis among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-genesis among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/Certificate/v1] kubernetes-etcd-genesis-peer among the provided substitution sources. > 2018-11-12 20:56:03,207 WARNING - - - deckhand.engine.secrets_manager:substitute_all [294] Could not find substitution source document [deckhand/CertificateKey/v1] kubernetes-etcd-genesis-peer among the provided substitution sources. > 2018-11-12 20:56:03,297 INFO - - - promenade.config:__init__ [ 39] Deckhand engine returned 165 documents. > + cp /root/deploy/genesis/certificates.yaml /root/deploy/airship-in-a-bottle/deployment_files/site/demo/secrets > + generate_genesis > ++ ls /root/deploy/genesis > + docker run --rm -t -e http_proxy= -e https_proxy= -e no_proxy= -w /target -e PROMENADE_DEBUG=false -v /root/deploy/genesis:/target quay.io/airshipit/promenade:master promenade build-all -o /target --validators certificates.yaml deployment_files.yaml > + PORT=9000 > + UWSGI_TIMEOUT=300 > + PROMENADE_THREADS=1 > + PROMENADE_WORKERS=4 > + '[' promenade = server ']' > + exec promenade build-all -o /target --validators certificates.yaml deployment_files.yaml > /usr/local/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version! > RequestsDependencyWarning) > 2018-11-12 20:56:10,135 INFO - - - promenade.config:from_streams [ 53] Loading documents from certificates.yaml > 2018-11-12 20:56:10,245 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 42 documents from certificates.yaml > 2018-11-12 20:56:10,245 INFO - - - promenade.config:from_streams [ 53] Loading documents from deployment_files.yaml > 2018-11-12 20:56:11,639 INFO - - - promenade.config:from_streams [ 57] Successfully loaded 167 documents from deployment_files.yaml > 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. > 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 25] Building config from 209 documents. > 2018-11-12 20:56:11,639 INFO - - - promenade.config:__init__ [ 27] Rendering documents via Deckhand engine. > 2018-11-12 20:56:11,780 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,781 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,784 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Manifest/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,787 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,791 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,794 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,797 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,800 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,803 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,806 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,809 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,813 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,816 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,819 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,822 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,825 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,828 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,831 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,834 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,837 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,840 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,843 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,846 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,849 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,852 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,856 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,859 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,862 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,865 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,868 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,871 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,874 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,877 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,881 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,884 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,887 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,890 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,893 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,897 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,900 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,903 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,906 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,909 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,913 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,916 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,919 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,923 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,925 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,929 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,932 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,935 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,938 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,941 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,944 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,948 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,951 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,954 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,957 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,960 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,963 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,966 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,969 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,973 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,976 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,979 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,982 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,985 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,988 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,992 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,995 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:11,998 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,001 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,006 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,009 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,012 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,016 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,019 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,022 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,026 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,029 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,032 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,036 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,039 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,043 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,046 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,049 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,054 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,057 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,060 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,063 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,066 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,069 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,074 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,077 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,081 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,084 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,087 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,090 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/ChartGroup/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,093 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,096 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,099 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/EndpointCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,102 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/AccountCatalogue/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,106 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Kubelet/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,109 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Docker/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,112 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SoftwareVersions/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,114 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/Genesis/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,118 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/HostSystem/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,122 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SeccompProfile/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,125 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,126 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,128 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,130 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,132 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,133 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,135 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,137 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,138 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,140 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,142 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,143 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,145 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,146 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,148 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,150 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,151 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,153 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,155 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,157 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,158 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,160 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,162 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,163 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,165 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,167 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,168 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema deckhand/DataSchema/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,170 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema drydock/BootAction/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,173 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/KubernetesNetwork/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,177 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/SiteDefinition/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,180 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,184 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema armada/Chart/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,188 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema promenade/PKICatalog/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,191 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema pegleg/CommonAddresses/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,195 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema dev/Configurables/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:12,198 INFO - - - deckhand.engine.document_validation:_validate_one [510] The provided document schema shipyard/DeploymentConfiguration/v1 is not registered. Registered schemas include: ['deckhand/Base/v1', 'deckhand/LayeringPolicy/v1', 'deckhand/PublicKey/v1', 'metadata/Control/v1', 'deckhand/CertificateAuthority/v1', 'deckhand/Certificate/v1', 'metadata/Document/v1', 'deckhand/CertificateAuthorityKey/v1', 'deckhand/CertificateKey/v1', 'deckhand/Passphrase/v1', 'deckhand/ValidationPolicy/v1', 'deckhand/PrivateKey/v1'] > 2018-11-12 20:56:14,911 INFO - - - promenade.config:__init__ [ 39] Deckhand engine returned 207 documents. > 2018-11-12 20:56:14,972 INFO - - - promenade.builder:build_genesis_script [ 83] Building genesis script > 2018-11-12 20:56:14,972 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. > 2018-11-12 20:56:14,972 INFO - - - promenade.config:__init__ [ 25] Building config from 207 documents. > 2018-11-12 20:56:38,287 INFO - - - promenade.config:__init__ [ 24] Parsing document schemas. > 2018-11-12 20:56:38,287 INFO - - - promenade.config:__init__ [ 25] Building config from 207 documents. > + run_genesis > + /root/deploy/genesis/genesis.sh > + export KUBECONFIG=/etc/kubernetes/admin/kubeconfig.yaml > + KUBECONFIG=/etc/kubernetes/admin/kubeconfig.yaml > ++ id -u > + '[' 0 '!=' 0 ']' > ++ hostname > + '[' asus '!=' asus ']' > + resolvconf --disable-updates > + CURATED_DIRS=(/etc/kubernetes /var/lib/etcd) > + for DIR in '"${CURATED_DIRS[@]}"' > + mkdir -p /etc/kubernetes > + chmod 700 /etc/kubernetes > + for DIR in '"${CURATED_DIRS[@]}"' > + mkdir -p /var/lib/etcd > + chmod 700 /var/lib/etcd > + set +x > Mon Nov 12 14:56:38 CST 2018 > Mon Nov 12 14:56:38 CST 2018 === Extracting prepared files === > usr/local/bin/promenade-teardown > usr/local/bin/kubectl > usr/local/bin/debug-report.sh > etc/resolv.conf > etc/hosts > etc/apt/sources.list.d/promenade-sources.list > etc/kubernetes/kubeconfig > etc/kubernetes/pki/kubelet-key.pem > etc/kubernetes/pki/kubelet-client-ca.pem > etc/kubernetes/pki/kubelet.pem > etc/kubernetes/pki/cluster-ca.pem > etc/kubernetes/manifests/haproxy.yaml > etc/kubernetes/admin/kubeconfig.yaml > etc/kubernetes/admin/pki/admin-key.pem > etc/kubernetes/admin/pki/admin.pem > etc/kubernetes/admin/pki/cluster-ca.pem > etc/systemd/system/kubelet.service > etc/systemd/system/docker.service.d/http-proxy.conf > etc/promenade/haproxy/haproxy.cfg > etc/docker/daemon.json > usr/local/bin/helm > usr/local/bin/armada > etc/genesis/apiserver/eventconfig.yaml > etc/genesis/apiserver/acconfig.yaml > etc/genesis/apiserver/pki/kubelet-client-ca.pem > etc/genesis/apiserver/pki/apiserver-key.pem > etc/genesis/apiserver/pki/kubelet-client.pem > etc/genesis/apiserver/pki/cluster-ca.pem > etc/genesis/apiserver/pki/etcd-client-ca.pem > etc/genesis/apiserver/pki/etcd-client.pem > etc/genesis/apiserver/pki/service-account.pub > etc/genesis/apiserver/pki/etcd-client-key.pem > etc/genesis/apiserver/pki/kubelet-client-key.pem > etc/genesis/apiserver/pki/apiserver.pem > etc/genesis/controller-manager/kubeconfig.yaml > etc/genesis/controller-manager/pki/controller-manager-key.pem > etc/genesis/controller-manager/pki/controller-manager.pem > etc/genesis/controller-manager/pki/cluster-ca.pem > etc/genesis/controller-manager/pki/service-account.key > etc/genesis/scheduler/kubeconfig.yaml > etc/genesis/scheduler/pki/scheduler-key.pem > etc/genesis/scheduler/pki/cluster-ca.pem > etc/genesis/scheduler/pki/scheduler.pem > etc/genesis/etcd/pki/etcd-peer-key.pem > etc/genesis/etcd/pki/etcd-peer.pem > etc/genesis/etcd/pki/peer-ca.pem > etc/genesis/etcd/pki/etcd-client.pem > etc/genesis/etcd/pki/etcd-client-key.pem > etc/genesis/etcd/pki/client-ca.pem > etc/genesis/armada-cli/auth/config > etc/genesis/armada-cli/auth/pki/cluster-ca.pem > etc/genesis/armada-cli/auth/pki/armada-key.pem > etc/genesis/armada-cli/auth/pki/armada.pem > etc/genesis/armada/auth/config > etc/genesis/armada/auth/pki/cluster-ca.pem > etc/genesis/armada/auth/pki/armada-key.pem > etc/genesis/armada/auth/pki/armada.pem > etc/genesis/armada/assets/manifest.yaml > etc/kubernetes/manifests/kubernetes-apiserver.yaml > etc/kubernetes/manifests/auxiliary-kubernetes-etcd.yaml > etc/kubernetes/manifests/kubernetes-scheduler.yaml > etc/kubernetes/manifests/bootstrap-armada.yaml > etc/kubernetes/manifests/kubernetes-controller-manager.yaml > etc/kubernetes/manifests/kubernetes-etcd.yaml > opt/kubernetes/bin/kubelet > etc/logrotate.d/json-logrotate > var/lib/anchor/calico-etcd-bootstrap > etc/genesis/armada/assets/charts/.gitignore > etc/genesis/armada/assets/charts/proxy/values.yaml > etc/genesis/armada/assets/charts/proxy/requirements.yaml > etc/genesis/armada/assets/charts/proxy/Chart.yaml > etc/genesis/armada/assets/charts/proxy/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/proxy/templates/rbac.yaml > etc/genesis/armada/assets/charts/proxy/templates/daemonset.yaml > etc/genesis/armada/assets/charts/proxy/templates/bin/_liveness-probe.sh.tpl > etc/genesis/armada/assets/charts/proxy/templates/bin/_readiness-probe.sh.tpl > etc/genesis/armada/assets/charts/coredns/values.yaml > etc/genesis/armada/assets/charts/coredns/requirements.yaml > etc/genesis/armada/assets/charts/coredns/Chart.yaml > etc/genesis/armada/assets/charts/coredns/templates/deployment.yaml > etc/genesis/armada/assets/charts/coredns/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/coredns/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/coredns/templates/rbac.yaml > etc/genesis/armada/assets/charts/coredns/templates/service.yaml > etc/genesis/armada/assets/charts/coredns/templates/pod-test.yaml > etc/genesis/armada/assets/charts/coredns/templates/bin/_probe.sh.tpl > etc/genesis/armada/assets/charts/apiserver/values.yaml > etc/genesis/armada/assets/charts/apiserver/requirements.yaml > etc/genesis/armada/assets/charts/apiserver/Chart.yaml > etc/genesis/armada/assets/charts/apiserver/templates/secret-ingress-tls.yaml > etc/genesis/armada/assets/charts/apiserver/templates/ingress-api.yaml > etc/genesis/armada/assets/charts/apiserver/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/apiserver/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/apiserver/templates/rbac.yaml > etc/genesis/armada/assets/charts/apiserver/templates/service.yaml > etc/genesis/armada/assets/charts/apiserver/templates/service-apiserver-ingress.yaml > etc/genesis/armada/assets/charts/apiserver/templates/daemonset.yaml > etc/genesis/armada/assets/charts/apiserver/templates/configmap-certs.yaml > etc/genesis/armada/assets/charts/apiserver/templates/secret-apiserver.yaml > etc/genesis/armada/assets/charts/apiserver/templates/bin/_pre_stop.tpl > etc/genesis/armada/assets/charts/apiserver/templates/bin/_anchor.tpl > etc/genesis/armada/assets/charts/apiserver/templates/etc/_kubeconfig.yaml.tpl > etc/genesis/armada/assets/charts/apiserver/templates/etc/_kubernetes-apiserver.yaml.tpl > etc/genesis/armada/assets/charts/promenade/values.yaml > etc/genesis/armada/assets/charts/promenade/requirements.yaml > etc/genesis/armada/assets/charts/promenade/Chart.yaml > etc/genesis/armada/assets/charts/promenade/templates/deployment-api.yaml > etc/genesis/armada/assets/charts/promenade/templates/job-ks-service.yaml > etc/genesis/armada/assets/charts/promenade/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/promenade/templates/job-ks-endpoints.yaml > etc/genesis/armada/assets/charts/promenade/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/promenade/templates/rbac.yaml > etc/genesis/armada/assets/charts/promenade/templates/service-api.yaml > etc/genesis/armada/assets/charts/promenade/templates/secret-keystone-env.yaml > etc/genesis/armada/assets/charts/promenade/templates/job-ks-user.yaml > etc/genesis/armada/assets/charts/promenade/templates/tests/test-promenade-api.yaml > etc/genesis/armada/assets/charts/haproxy/values.yaml > etc/genesis/armada/assets/charts/haproxy/requirements.yaml > etc/genesis/armada/assets/charts/haproxy/Chart.yaml > etc/genesis/armada/assets/charts/haproxy/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/haproxy/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/haproxy/templates/rbac.yaml > etc/genesis/armada/assets/charts/haproxy/templates/daemonset.yaml > etc/genesis/armada/assets/charts/haproxy/templates/bin/_pre_stop.tpl > etc/genesis/armada/assets/charts/haproxy/templates/bin/_anchor.tpl > etc/genesis/armada/assets/charts/haproxy/templates/etc/_haproxy.yaml.tpl > etc/genesis/armada/assets/charts/haproxy/templates/tests/test-haproxy-health.yaml > etc/genesis/armada/assets/charts/scheduler/values.yaml > etc/genesis/armada/assets/charts/scheduler/requirements.yaml > etc/genesis/armada/assets/charts/scheduler/Chart.yaml > etc/genesis/armada/assets/charts/scheduler/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/scheduler/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/scheduler/templates/sched-anchor.yaml > etc/genesis/armada/assets/charts/scheduler/templates/secret.yaml > etc/genesis/armada/assets/charts/scheduler/templates/bin/_pre_stop.tpl > etc/genesis/armada/assets/charts/scheduler/templates/bin/_anchor.tpl > etc/genesis/armada/assets/charts/scheduler/templates/etc/_kubeconfig.yaml.tpl > etc/genesis/armada/assets/charts/scheduler/templates/etc/_kubernetes-scheduler.yaml.tpl > etc/genesis/armada/assets/charts/apiserver-webhook/values.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/requirements.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/Chart.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-ingress-tls.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/deployment.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/ingress-api.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-keystone.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/service.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/service-apiserver-ingress.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/configmap-certs.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-apiserver.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/secret-webhook.yaml > etc/genesis/armada/assets/charts/apiserver-webhook/templates/bin/_webhook_start.sh.tpl > etc/genesis/armada/assets/charts/apiserver-webhook/templates/etc/_kubeconfig.yaml.tpl > etc/genesis/armada/assets/charts/apiserver-webhook/templates/etc/_webhook.kubeconfig.tpl > etc/genesis/armada/assets/charts/etcd/values.yaml > etc/genesis/armada/assets/charts/etcd/requirements.yaml > etc/genesis/armada/assets/charts/etcd/Chart.yaml > etc/genesis/armada/assets/charts/etcd/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/etcd/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/etcd/templates/daemonset-anchor.yaml > etc/genesis/armada/assets/charts/etcd/templates/service.yaml > etc/genesis/armada/assets/charts/etcd/templates/secret-keys.yaml > etc/genesis/armada/assets/charts/etcd/templates/configmap-certs.yaml > etc/genesis/armada/assets/charts/etcd/templates/bin/_etcdctl_anchor.tpl > etc/genesis/armada/assets/charts/etcd/templates/bin/_readiness.tpl > etc/genesis/armada/assets/charts/etcd/templates/bin/_pre_stop.tpl > etc/genesis/armada/assets/charts/etcd/templates/etc/_kubernetes-etcd.yaml.tpl > etc/genesis/armada/assets/charts/etcd/templates/tests/test-etcd-health.yaml > etc/genesis/armada/assets/charts/controller_manager/values.yaml > etc/genesis/armada/assets/charts/controller_manager/requirements.yaml > etc/genesis/armada/assets/charts/controller_manager/Chart.yaml > etc/genesis/armada/assets/charts/controller_manager/templates/configmap-etc.yaml > etc/genesis/armada/assets/charts/controller_manager/templates/configmap-bin.yaml > etc/genesis/armada/assets/charts/controller_manager/templates/secret.yaml > etc/genesis/armada/assets/charts/controller_manager/templates/daemonset.yaml > etc/genesis/armada/assets/charts/controller_manager/templates/bin/_pre_stop.tpl > etc/genesis/armada/assets/charts/controller_manager/templates/bin/_anchor.tpl > etc/genesis/armada/assets/charts/controller_manager/templates/etc/_kubeconfig.yaml.tpl > etc/genesis/armada/assets/charts/controller_manager/templates/etc/_kubernetes-controller-manager.yaml.tpl > + for DIR in '"${CURATED_DIRS[@]}"' > + chmod -R go-rwx /etc/kubernetes > + for DIR in '"${CURATED_DIRS[@]}"' > + chmod -R go-rwx /var/lib/etcd > + set +x > Mon Nov 12 14:56:43 CST 2018 > Mon Nov 12 14:56:43 CST 2018 === Adding APT Keys=== > + apt-key add - > OK > + set +x > Mon Nov 12 14:56:44 CST 2018 > Mon Nov 12 14:56:44 CST 2018 === Disabling swap === > + swapoff -a > + sed --in-place '/\bswap\b/d' /etc/fstab > + set +x > Mon Nov 12 14:56:44 CST 2018 > Mon Nov 12 14:56:44 CST 2018 === Setting proxy variables === > + export http_proxy= > + http_proxy= > + export https_proxy= > + https_proxy= > + export no_proxy= > + no_proxy= > + set +x > Mon Nov 12 14:56:44 CST 2018 > Mon Nov 12 14:56:44 CST 2018 === Installing system packages === > ++ date +%s > + end=1542056804 > + true > + apt-get update > Get:1 http://apt.dockerproject.org/repo ubuntu-xenial InRelease [48.7 kB] > Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease > Get:3 http://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages [4,177 B] > Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease > Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease > Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease > Fetched 52.9 kB in 2s (22.6 kB/s) > Reading package lists... Done > + break > ++ date +%s > + end=1542056807 > + true > + DEBIAN_FRONTEND=noninteractive > + apt-get install -y --no-install-recommends nfs-common ceph-common docker.io socat=1.7.3.1-1 > Reading package lists... Done > Building dependency tree > Reading state information... Done > docker.io is already the newest version (17.03.2-0ubuntu2~16.04.1). > The following additional packages will be installed: > keyutils libbabeltrace-ctf1 libbabeltrace1 libboost-iostreams1.58.0 libboost-program-options1.58.0 libboost-random1.58.0 libboost-regex1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libcephfs1 libfcgi0ldbl libnfsidmap2 libnspr4 libnss3 libnss3-nssdb > libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librados2 libradosstriper1 librbd1 librgw2 libtirpc1 python python-cephfs python-chardet python-minimal python-pkg-resources python-rados python-rbd python-requests python-six python-urllib3 > python2.7 python2.7-minimal rpcbind > Suggested packages: > ceph ceph-mds watchdog python-doc python-tk python-setuptools python-ndg-httpsclient python-openssl python-pyasn1 python-ntlm python2.7-doc binutils binfmt-support > Recommended packages: > python-ndg-httpsclient python-openssl python-pyasn1 > The following NEW packages will be installed: > ceph-common keyutils libbabeltrace-ctf1 libbabeltrace1 libboost-iostreams1.58.0 libboost-program-options1.58.0 libboost-random1.58.0 libboost-regex1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libcephfs1 libfcgi0ldbl libnfsidmap2 libnspr4 libnss3 > libnss3-nssdb libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librados2 libradosstriper1 librbd1 librgw2 libtirpc1 nfs-common python python-cephfs python-chardet python-minimal python-pkg-resources python-rados python-rbd python-requests > python-six python-urllib3 python2.7 python2.7-minimal rpcbind socat > 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. > Need to get 25.4 MB of archives. > After this operation, 105 MB of additional disk space will be used. > Get:1 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libnfsidmap2 amd64 0.25-5 [32.2 kB] > Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] > Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1,261 kB] > Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] > Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1,880 kB] > Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] > Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7,768 B] > Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] > Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] > Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] > Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] > Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] > Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] > Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] > Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] > Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] > Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] > Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcephfs1 amd64 10.2.10-0ubuntu0.16.04.1 [1,846 kB] > Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-cephfs amd64 10.2.10-0ubuntu0.16.04.1 [235 kB] > Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-rados amd64 10.2.10-0ubuntu0.16.04.1 [648 kB] > Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-rbd amd64 10.2.10-0ubuntu0.16.04.1 [320 kB] > Get:22 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB] > Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-urllib3 all 1.13.1-2ubuntu0.16.04.2 [57.9 kB] > Get:24 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] > Get:25 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 python-chardet all 2.3.0-2 [96.3 kB] > Get:26 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-requests all 2.9.1-3ubuntu0.1 [55.9 kB] > Get:27 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] > Get:28 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] > Get:29 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [138 kB] > Get:30 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-regex1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [261 kB] > Get:31 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libradosstriper1 amd64 10.2.10-0ubuntu0.16.04.1 [1,878 kB] > Get:32 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi0ldbl amd64 2.4.0-8.3 [161 kB] > Get:33 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librgw2 amd64 10.2.10-0ubuntu0.16.04.1 [2,912 kB] > Get:34 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ceph-common amd64 10.2.10-0ubuntu0.16.04.1 [6,723 kB] > Get:35 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 keyutils amd64 1.5.9-8ubuntu1 [47.1 kB] > Get:36 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtirpc1 amd64 0.2.5-1ubuntu0.1 [75.4 kB] > Get:37 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 rpcbind amd64 0.2.3-0.2 [40.3 kB] > Get:38 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nfs-common amd64 1:1.2.8-9ubuntu12.1 [184 kB] > Get:39 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 socat amd64 1.7.3.1-1 [321 kB] > Fetched 25.4 MB in 3s (8,020 kB/s) > Extracting templates from packages: 100% > Selecting previously unselected package libnfsidmap2:amd64. > (Reading database ... 93699 files and directories currently installed.) > Preparing to unpack .../libnfsidmap2_0.25-5_amd64.deb ... > Unpacking libnfsidmap2:amd64 (0.25-5) ... > Selecting previously unselected package libpython2.7-minimal:amd64. > Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... > Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... > Selecting previously unselected package python2.7-minimal. > Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... > Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... > Selecting previously unselected package python-minimal. > Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... > Unpacking python-minimal (2.7.12-1~16.04) ... > Selecting previously unselected package libpython2.7-stdlib:amd64. > Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... > Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... > Selecting previously unselected package python2.7. > Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... > Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... > Selecting previously unselected package libpython-stdlib:amd64. > Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... > Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for mime-support (3.59ubuntu1) ... > Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... > Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... > Setting up python-minimal (2.7.12-1~16.04) ... > Selecting previously unselected package python. > (Reading database ... 94455 files and directories currently installed.) > Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... > Unpacking python (2.7.12-1~16.04) ... > Selecting previously unselected package libboost-iostreams1.58.0:amd64. > Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libboost-system1.58.0:amd64. > Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libboost-random1.58.0:amd64. > Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libboost-thread1.58.0:amd64. > Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libnspr4:amd64. > Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... > Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... > Selecting previously unselected package libnss3-nssdb. > Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... > Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... > Selecting previously unselected package libnss3:amd64. > Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... > Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... > Selecting previously unselected package librados2. > Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package librbd1. > Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package libcephfs1. > Preparing to unpack .../libcephfs1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking libcephfs1 (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package python-cephfs. > Preparing to unpack .../python-cephfs_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking python-cephfs (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package python-rados. > Preparing to unpack .../python-rados_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking python-rados (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package python-rbd. > Preparing to unpack .../python-rbd_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking python-rbd (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package python-six. > Preparing to unpack .../python-six_1.10.0-3_all.deb ... > Unpacking python-six (1.10.0-3) ... > Selecting previously unselected package python-urllib3. > Preparing to unpack .../python-urllib3_1.13.1-2ubuntu0.16.04.2_all.deb ... > Unpacking python-urllib3 (1.13.1-2ubuntu0.16.04.2) ... > Selecting previously unselected package python-pkg-resources. > Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... > Unpacking python-pkg-resources (20.7.0-1) ... > Selecting previously unselected package python-chardet. > Preparing to unpack .../python-chardet_2.3.0-2_all.deb ... > Unpacking python-chardet (2.3.0-2) ... > Selecting previously unselected package python-requests. > Preparing to unpack .../python-requests_2.9.1-3ubuntu0.1_all.deb ... > Unpacking python-requests (2.9.1-3ubuntu0.1) ... > Selecting previously unselected package libbabeltrace1:amd64. > Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... > Unpacking libbabeltrace1:amd64 (1.3.2-1) ... > Selecting previously unselected package libbabeltrace-ctf1:amd64. > Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... > Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... > Selecting previously unselected package libboost-program-options1.58.0:amd64. > Preparing to unpack .../libboost-program-options1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libboost-regex1.58.0:amd64. > Preparing to unpack .../libboost-regex1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... > Unpacking libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Selecting previously unselected package libradosstriper1. > Preparing to unpack .../libradosstriper1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking libradosstriper1 (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package libfcgi0ldbl. > Preparing to unpack .../libfcgi0ldbl_2.4.0-8.3_amd64.deb ... > Unpacking libfcgi0ldbl (2.4.0-8.3) ... > Selecting previously unselected package librgw2. > Preparing to unpack .../librgw2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking librgw2 (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package ceph-common. > Preparing to unpack .../ceph-common_10.2.10-0ubuntu0.16.04.1_amd64.deb ... > Unpacking ceph-common (10.2.10-0ubuntu0.16.04.1) ... > Selecting previously unselected package keyutils. > Preparing to unpack .../keyutils_1.5.9-8ubuntu1_amd64.deb ... > Unpacking keyutils (1.5.9-8ubuntu1) ... > Selecting previously unselected package libtirpc1:amd64. > Preparing to unpack .../libtirpc1_0.2.5-1ubuntu0.1_amd64.deb ... > Unpacking libtirpc1:amd64 (0.2.5-1ubuntu0.1) ... > Selecting previously unselected package rpcbind. > Preparing to unpack .../rpcbind_0.2.3-0.2_amd64.deb ... > Unpacking rpcbind (0.2.3-0.2) ... > Selecting previously unselected package nfs-common. > Preparing to unpack .../nfs-common_1%3a1.2.8-9ubuntu12.1_amd64.deb ... > Unpacking nfs-common (1:1.2.8-9ubuntu12.1) ... > Selecting previously unselected package socat. > Preparing to unpack .../socat_1.7.3.1-1_amd64.deb ... > Unpacking socat (1.7.3.1-1) ... > Processing triggers for man-db (2.7.5-1) ... > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Processing triggers for ureadahead (0.100.0-19) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Setting up libnfsidmap2:amd64 (0.25-5) ... > Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... > Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... > Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... > Setting up python (2.7.12-1~16.04) ... > Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... > Setting up python-six (1.10.0-3) ... > Setting up python-urllib3 (1.13.1-2ubuntu0.16.04.2) ... > Setting up python-pkg-resources (20.7.0-1) ... > Setting up python-chardet (2.3.0-2) ... > Setting up python-requests (2.9.1-3ubuntu0.1) ... > Setting up libbabeltrace1:amd64 (1.3.2-1) ... > Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... > Setting up libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... > Setting up libfcgi0ldbl (2.4.0-8.3) ... > Setting up keyutils (1.5.9-8ubuntu1) ... > Setting up libtirpc1:amd64 (0.2.5-1ubuntu0.1) ... > Setting up rpcbind (0.2.3-0.2) ... > Setting up nfs-common (1:1.2.8-9ubuntu12.1) ... > > Creating config file /etc/idmapd.conf with new version > > Creating config file /etc/default/nfs-common with new version > Adding system user `statd' (UID 111) ... > Adding new user `statd' (UID 111) with group `nogroup' ... > Not creating home directory `/var/lib/nfs'. > nfs-utils.service is a disabled or a static unit, not starting it. > Setting up socat (1.7.3.1-1) ... > Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... > Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... > Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... > Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... > Setting up libcephfs1 (10.2.10-0ubuntu0.16.04.1) ... > Setting up python-cephfs (10.2.10-0ubuntu0.16.04.1) ... > Setting up python-rados (10.2.10-0ubuntu0.16.04.1) ... > Setting up python-rbd (10.2.10-0ubuntu0.16.04.1) ... > Setting up libradosstriper1 (10.2.10-0ubuntu0.16.04.1) ... > Setting up librgw2 (10.2.10-0ubuntu0.16.04.1) ... > Setting up ceph-common (10.2.10-0ubuntu0.16.04.1) ... > [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. > Processing triggers for libc-bin (2.23-0ubuntu10) ... > Processing triggers for systemd (229-4ubuntu21.8) ... > Processing triggers for ureadahead (0.100.0-19) ... > + break > + set +x > Mon Nov 12 14:57:02 CST 2018 > Mon Nov 12 14:57:02 CST 2018 === Starting Docker and Kubelet === > + systemctl daemon-reload > + systemctl restart docker > + systemctl enable kubelet > Created symlink from /etc/systemd/system/multi-user.target.wants/kubelet.service to /etc/systemd/system/kubelet.service. > + systemctl restart kubelet > + mkdir -p /var/log/armada > + touch /var/log/armada/bootstrap-armada.log > + chmod 777 /var/log/armada/bootstrap-armada.log > + set +x > Mon Nov 12 14:57:05 CST 2018 > Mon Nov 12 14:57:05 CST 2018 === Waiting for Kubernetes API availablity === > + wait_for_kubernetes_api 3600 > + set +x > Mon Nov 12 14:57:05 CST 2018 Waiting 3600 seconds for API response. > Unable to find image 'gcr.io/google_containers/hyperkube-amd64:v1.10.2 ' locally > v1.10.2: Pulling from google_containers/hyperkube-amd64 > d093dc0d702b: Pulling fs layer > 0dc0248c9360: Pulling fs layer > 2b6ac55109de: Pulling fs layer > 5f2ca80930ac: Pulling fs layer > c99d41457802: Pulling fs layer > 7460c29cea53: Pulling fs layer > d5d8d09ad268: Pulling fs layer > 82ba55e5bd57: Pulling fs layer > 5f2ca80930ac: Verifying Checksum > 5f2ca80930ac: Download complete > 2b6ac55109de: Verifying Checksum > 2b6ac55109de: Download complete > d5d8d09ad268: Verifying Checksum > d5d8d09ad268: Download complete > 0dc0248c9360: Verifying Checksum > 0dc0248c9360: Download complete > 7460c29cea53: Verifying Checksum > 7460c29cea53: Download complete > c99d41457802: Verifying Checksum > c99d41457802: Download complete > 82ba55e5bd57: Verifying Checksum > 82ba55e5bd57: Download complete > d093dc0d702b: Download complete > d093dc0d702b: Pull complete > 0dc0248c9360: Pull complete > 2b6ac55109de: Pull complete > 5f2ca80930ac: Pull complete > c99d41457802: Pull complete > 7460c29cea53: Pull complete > d5d8d09ad268: Pull complete > 82ba55e5bd57: Pull complete > Digest: sha256:badd2b1da29d4d530b10b920f64bf66a1b41150db46c3c99b49d56f3f18a82db > Status: Downloaded newer image for gcr.io/google_containers/hyperkube-amd64:v1.10.2 > The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > .The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > Mon Nov 12 15:57:09 CST 2018 API not returning node list before timeout. > Mon Nov 12 15:57:09 CST 2018 General docker state report > Containers: 0 > Running: 0 > Paused: 0 > Stopped: 0 > Images: 1 > Server Version: 17.03.2-ce > Storage Driver: overlay2 > Backing Filesystem: extfs > Supports d_type: true > Native Overlay Diff: true > Logging Driver: json-file > Cgroup Driver: cgroupfs > Plugins: > Volume: local > Network: bridge host macvlan null overlay > Swarm: inactive > Runtimes: runc > Default Runtime: runc > Init Binary: docker-init > containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc > runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe > init version: N/A (expected: 949e6facb77383876aeff8a6944dde66b3089574) > Security Options: > apparmor > seccomp > Profile: default > Kernel Version: 4.4.0-131-generic > Operating System: Ubuntu 16.04.5 LTS > OSType: linux > Architecture: x86_64 > CPUs: 8 > Total Memory: 31.31 GiB > Name: asus > ID: PBS7:FC7Q:Y3JR:CUBT:PLLF:Q4NC:ITTS:LPCT:DXTX:VLF4:ETX3:SP4B > Docker Root Dir: /var/lib/docker > Debug Mode (client): false > Debug Mode (server): false > Registry: https://index.docker.io/v1/ > Experimental: false > Insecure Registries: > 127.0.0.0/8 > Live Restore Enabled: true > > WARNING: No swap limit support > CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES > Mon Nov 12 15:57:09 CST 2018 General cluster state report > The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > The connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port? > + error 'running genesis' > + set +x > Error when running genesis. > + exit 1 > + clean > + set +x > To remove files generated during this script's execution, delete /root/deploy. > This VM is disposable. Re-deployment in this same VM will lead to unpredictable results. > root at asus:~/deploy/airship-in-a-bottle/manifests/dev_single_node# > ============================================================================================================================ > Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. > ============================================================================================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: From eli at mirantis.com Wed Apr 17 19:48:26 2019 From: eli at mirantis.com (Evgeny L) Date: Wed, 17 Apr 2019 12:48:26 -0700 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: References: Message-ID: Hi Sandeep, Can you please clarify what is "node_n0" in your case? Thanks, On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 wrote: > Hello – > > > > We are trying out Airship in a Bottle, and we are using instructions in > README file. > > > > What are the credentials to ssh into node_n0 as root? Password? Or, if SSH > keys are created during installation, where can I get them so that I can > install them on my host, and I can SSH into node_n0 using SSH keys? > > > > Thank you very much in advance. > > > > Sincerely, > > Sandeep > > > > ​​​​​ > > [image: Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] > > > *SANDEEP SHAH* > > Customer Delivery Head/SDN-NFV-Cloud > > Plano, TX > > 847-708-1068 > > sandeep.shah2 at techmahindra.com > > techmahindra.com > > We believe > > > > [image: Description: Description: Description: > cid:image003.png at 01D0A510.436B2720] [image: > Description: Description: Description: cid:image004.png at 01D0A510.436B2720] > [image: Description: Description: > Description: cid:image011.png at 01D0A51D.F8D493A0] > [image: Description: > Description: Description: cid:image006.png at 01D0A510.436B2720] > > > [image: Description: Description: cid:image004.png at 01D1E982.7E538C80] > > > > > > > > > *Innovation. Value Creation. Opensource. Automation. Next Generation > Services* > > > > > ============================================================================================================================ > > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the Tech Mahindra policy > statement, you may review the policy at > http://www.techmahindra.com/Disclaimer.html externally > http://tim.techmahindra.com/tim/disclaimer.html internally within > TechMahindra. > > > ============================================================================================================================ > _______________________________________________ > Airship-discuss mailing list > Airship-discuss at lists.airshipit.org > http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1238 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1268 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1191 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 1176 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 2153 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 2034 bytes Desc: not available URL: From SS00473517 at TechMahindra.com Wed Apr 17 21:21:01 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Wed, 17 Apr 2019 21:21:01 +0000 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: References: Message-ID: Hi Evgeny – thank you for your reply… I successfully installed using Vagrant script: if you have Vagrant installed, just run the following ``` su - (execute this as root) curl -O https://git.airshipit.org/cgit/airship-in-a-bottle/plain/Vagrantfile vagrant up Please find below the logs when running the “Airship in a bottle” Vagrant script is run….n0 refers to VM host that gets created which will be used to build a site…Once the site is built, I am trying to access Horizon and DAG dashboards (also stated below)….To do port mapping, I believe I need to establish SSH connection, and it is possible either using user name/password or SSH certificate keys…I would very much appreciate if you can give guidance as to how I can do mapping and access Horizon/DAG and other dashboards and ports from my local machine. Welcome to Airship in a Bottle n0: n0: /--------------------\ n0: | \ n0: | |---| \---- n0: | | x | \ n0: | |---| | n0: | | / n0: | \____|____/ /---- n0: | / n0: \--------------------/ n0: n0: n0: The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, 20GB of RAM with 32GB disk space. n0: Let's collect some information about your VM to get started. n0: ++ hostname -s n0: + export SHORT_HOSTNAME=n0 n0: + SHORT_HOSTNAME=n0 n0: + set +x n0: Updating /etc/hosts with: 10.0.2.15 n0 n0: 10.0.2.15 n0 n0: + export HOSTIP=10.0.2.15 n0: + HOSTIP=10.0.2.15 n0: + export HOSTCIDR=10.0.2.15/32 n0: + HOSTCIDR=10.0.2.15/32 n0: + export NODE_NET_IFACE=eth0 n0: + NODE_NET_IFACE=eth0 n0: + export TARGET_SITE=demo n0: + TARGET_SITE=demo n0: OpenStack Horizon dashboard is available on this host at the following URL: n0: n0: http://10.0.2.15:31277 n0: n0: Credentials: n0: Domain: default n0: Username: admin n0: Password: password n0: n0: OpenStack CLI commands could be launched via `./run_openstack_cli.sh` script, e.g.: n0: # cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node n0: # ./run_openstack_cli.sh stack list n0: ... n0: Other dashboards: n0: n0: MAAS: http://10.0.2.15:/MAAS/ admin/password12 n0: Airship Shipyard Airflow DAG: http://10.0.2.15:30004/ n0: I very much appreciate if you please give guidance. Thanks again! Sandeep From: Evgeny L [mailto:eli at mirantis.com] Sent: Wednesday, April 17, 2019 2:48 PM To: Sandeep Shah2 Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Hi Sandeep, Can you please clarify what is "node_n0" in your case? Thanks, On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 > wrote: Hello – We are trying out Airship in a Bottle, and we are using instructions in README file. What are the credentials to ssh into node_n0 as root? Password? Or, if SSH keys are created during installation, where can I get them so that I can install them on my host, and I can SSH into node_n0 using SSH keys? Thank you very much in advance. Sincerely, Sandeep ​​​​​ [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ _______________________________________________ Airship-discuss mailing list Airship-discuss at lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1238 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1268 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1191 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 1176 bytes Desc: image006.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 2153 bytes Desc: image007.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 2034 bytes Desc: image008.jpg URL: From eli at mirantis.com Wed Apr 17 21:32:02 2019 From: eli at mirantis.com (Evgeny L) Date: Wed, 17 Apr 2019 14:32:02 -0700 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: References: Message-ID: Ok, I see, I have never used this Vagrantfile, have you tried just running `vagrant ssh` from the directory? As far as I remember vagrant generates SSH keys and stores them somewhere on your system (e.g. .vagrant/machines/default/virtualbox/private_key). On Wed, Apr 17, 2019 at 2:21 PM Sandeep Shah2 wrote: > Hi Evgeny – thank you for your reply… > > > > I successfully installed using Vagrant script: > > > > if you have Vagrant installed, just run the following > ``` > su - (execute this as root) > curl -O > https://git.airshipit.org/cgit/airship-in-a-bottle/plain/Vagrantfile > > vagrant up > > > > Please find below the logs when running the “Airship in a bottle” Vagrant > script is run….n0 refers to VM host that gets created which will be used > to build a site…Once the site is built, I am trying to access Horizon and > DAG dashboards (also stated below)….To do port mapping, I believe I need > to establish SSH connection, and it is possible either using user > name/password or SSH certificate keys…I would very much appreciate if you > can give guidance as to how I can do mapping and access Horizon/DAG and > other dashboards and ports from my local machine. > > > > > > Welcome to Airship in a Bottle > n0: > n0: /--------------------\ > n0: | \ > n0: | |---| \---- > n0: | | x | \ > n0: | |---| | > n0: | | / > n0: | \____|____/ /---- > n0: | / > n0: \--------------------/ > n0: > n0: > n0: The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, > 20GB of RAM with 32GB disk space. > n0: Let's collect some information about your VM to get started. > n0: ++ hostname -s > n0: + export SHORT_HOSTNAME=n0 > n0: + SHORT_HOSTNAME=n0 > n0: + set +x > n0: Updating /etc/hosts with: 10.0.2.15 n0 > n0: 10.0.2.15 n0 > n0: + export HOSTIP=10.0.2.15 > n0: + HOSTIP=10.0.2.15 > n0: + export HOSTCIDR=10.0.2.15/32 > n0: + HOSTCIDR=10.0.2.15/32 > n0: + export NODE_NET_IFACE=eth0 > n0: + NODE_NET_IFACE=eth0 > n0: + export TARGET_SITE=demo > n0: + TARGET_SITE=demo > > > > n0: OpenStack Horizon dashboard is available on this host at the > following URL: > n0: > n0: http://10.0.2.15:31277 > > n0: > n0: Credentials: > n0: Domain: default > n0: Username: admin > n0: Password: password > n0: > n0: OpenStack CLI commands could be launched via > `./run_openstack_cli.sh` script, e.g.: > n0: # cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node > n0: # ./run_openstack_cli.sh stack list > n0: ... > n0: Other dashboards: > n0: > n0: MAAS: http://10.0.2.15:/MAAS/ > > admin/password12 > n0: Airship Shipyard Airflow DAG: http://10.0.2.15:30004/ > > n0: > > > > I very much appreciate if you please give guidance. > > > > Thanks again! > > > > Sandeep > > > > *From:* Evgeny L [mailto:eli at mirantis.com] > *Sent:* Wednesday, April 17, 2019 2:48 PM > *To:* Sandeep Shah2 > *Cc:* airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson > *Subject:* Re: [Airship-discuss] Airship in a Bottle - Quick querry > > > > Hi Sandeep, > > > > Can you please clarify what is "node_n0" in your case? > > > > Thanks, > > > > On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 < > SS00473517 at techmahindra.com> wrote: > > Hello – > > > > We are trying out Airship in a Bottle, and we are using instructions in > README file. > > > > What are the credentials to ssh into node_n0 as root? Password? Or, if SSH > keys are created during installation, where can I get them so that I can > install them on my host, and I can SSH into node_n0 using SSH keys? > > > > Thank you very much in advance. > > > > Sincerely, > > Sandeep > > > > ​​​​​ > > [image: Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] > > > *SANDEEP SHAH* > > Customer Delivery Head/SDN-NFV-Cloud > > Plano, TX > > 847-708-1068 > > sandeep.shah2 at techmahindra.com > > techmahindra.com > > We believe > > > > [image: Description: Description: Description: > cid:image003.png at 01D0A510.436B2720] [image: > Description: Description: Description: cid:image004.png at 01D0A510.436B2720] > [image: Description: Description: > Description: cid:image011.png at 01D0A51D.F8D493A0] > [image: Description: > Description: Description: cid:image006.png at 01D0A510.436B2720] > > > [image: Description: Description: cid:image004.png at 01D1E982.7E538C80] > > > > > > > > > *Innovation. Value Creation. Opensource. Automation. Next Generation > Services* > > > > > ============================================================================================================================ > > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the Tech Mahindra policy > statement, you may review the policy at > http://www.techmahindra.com/Disclaimer.html externally > http://tim.techmahindra.com/tim/disclaimer.html internally within > TechMahindra. > > > ============================================================================================================================ > > _______________________________________________ > Airship-discuss mailing list > Airship-discuss at lists.airshipit.org > http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1238 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1268 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1191 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 1176 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 2153 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 2034 bytes Desc: not available URL: From SS00473517 at TechMahindra.com Wed Apr 17 21:39:49 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Wed, 17 Apr 2019 21:39:49 +0000 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: References: Message-ID: Thank you and your suggestion is helpful. I shall try and let you know. From: Evgeny L [mailto:eli at mirantis.com] Sent: Wednesday, April 17, 2019 4:32 PM To: Sandeep Shah2 Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Ok, I see, I have never used this Vagrantfile, have you tried just running `vagrant ssh` from the directory? As far as I remember vagrant generates SSH keys and stores them somewhere on your system (e.g. .vagrant/machines/default/virtualbox/private_key). On Wed, Apr 17, 2019 at 2:21 PM Sandeep Shah2 > wrote: Hi Evgeny – thank you for your reply… I successfully installed using Vagrant script: if you have Vagrant installed, just run the following ``` su - (execute this as root) curl -O https://git.airshipit.org/cgit/airship-in-a-bottle/plain/Vagrantfile vagrant up Please find below the logs when running the “Airship in a bottle” Vagrant script is run….n0 refers to VM host that gets created which will be used to build a site…Once the site is built, I am trying to access Horizon and DAG dashboards (also stated below)….To do port mapping, I believe I need to establish SSH connection, and it is possible either using user name/password or SSH certificate keys…I would very much appreciate if you can give guidance as to how I can do mapping and access Horizon/DAG and other dashboards and ports from my local machine. Welcome to Airship in a Bottle n0: n0: /--------------------\ n0: | \ n0: | |---| \---- n0: | | x | \ n0: | |---| | n0: | | / n0: | \____|____/ /---- n0: | / n0: \--------------------/ n0: n0: n0: The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, 20GB of RAM with 32GB disk space. n0: Let's collect some information about your VM to get started. n0: ++ hostname -s n0: + export SHORT_HOSTNAME=n0 n0: + SHORT_HOSTNAME=n0 n0: + set +x n0: Updating /etc/hosts with: 10.0.2.15 n0 n0: 10.0.2.15 n0 n0: + export HOSTIP=10.0.2.15 n0: + HOSTIP=10.0.2.15 n0: + export HOSTCIDR=10.0.2.15/32 n0: + HOSTCIDR=10.0.2.15/32 n0: + export NODE_NET_IFACE=eth0 n0: + NODE_NET_IFACE=eth0 n0: + export TARGET_SITE=demo n0: + TARGET_SITE=demo n0: OpenStack Horizon dashboard is available on this host at the following URL: n0: n0: http://10.0.2.15:31277 n0: n0: Credentials: n0: Domain: default n0: Username: admin n0: Password: password n0: n0: OpenStack CLI commands could be launched via `./run_openstack_cli.sh` script, e.g.: n0: # cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node n0: # ./run_openstack_cli.sh stack list n0: ... n0: Other dashboards: n0: n0: MAAS: http://10.0.2.15:/MAAS/ admin/password12 n0: Airship Shipyard Airflow DAG: http://10.0.2.15:30004/ n0: I very much appreciate if you please give guidance. Thanks again! Sandeep From: Evgeny L [mailto:eli at mirantis.com] Sent: Wednesday, April 17, 2019 2:48 PM To: Sandeep Shah2 Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Hi Sandeep, Can you please clarify what is "node_n0" in your case? Thanks, On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 > wrote: Hello – We are trying out Airship in a Bottle, and we are using instructions in README file. What are the credentials to ssh into node_n0 as root? Password? Or, if SSH keys are created during installation, where can I get them so that I can install them on my host, and I can SSH into node_n0 using SSH keys? Thank you very much in advance. Sincerely, Sandeep ​​​​​ [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ _______________________________________________ Airship-discuss mailing list Airship-discuss at lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2034 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 1238 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1268 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1191 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1176 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2153 bytes Desc: image006.png URL: From SS00473517 at TechMahindra.com Thu Apr 18 01:59:41 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Thu, 18 Apr 2019 01:59:41 +0000 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: References: Message-ID: <82adbf3dc53d42adb2e3286c018a322b@HYDEXCHMBX006.TechMahindra.com> Hi Evgeny – Thank you for your suggestion, and I was able to use Vagrant generated keys to ssh into and map ports…I used the below command to successfully access dashboards: For example, for Horizon dashboard: vagrant ssh -- -L 31277:127.0.0.1:31277 and then from browser http://localhost:31277 Thanks! From: Sandeep Shah2 [mailto:SS00473517 at TechMahindra.com] Sent: Wednesday, April 17, 2019 4:40 PM To: Evgeny L Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Thank you and your suggestion is helpful. I shall try and let you know. From: Evgeny L [mailto:eli at mirantis.com] Sent: Wednesday, April 17, 2019 4:32 PM To: Sandeep Shah2 Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Ok, I see, I have never used this Vagrantfile, have you tried just running `vagrant ssh` from the directory? As far as I remember vagrant generates SSH keys and stores them somewhere on your system (e.g. .vagrant/machines/default/virtualbox/private_key). On Wed, Apr 17, 2019 at 2:21 PM Sandeep Shah2 > wrote: Hi Evgeny – thank you for your reply… I successfully installed using Vagrant script: if you have Vagrant installed, just run the following ``` su - (execute this as root) curl -O https://git.airshipit.org/cgit/airship-in-a-bottle/plain/Vagrantfile vagrant up Please find below the logs when running the “Airship in a bottle” Vagrant script is run….n0 refers to VM host that gets created which will be used to build a site…Once the site is built, I am trying to access Horizon and DAG dashboards (also stated below)….To do port mapping, I believe I need to establish SSH connection, and it is possible either using user name/password or SSH certificate keys…I would very much appreciate if you can give guidance as to how I can do mapping and access Horizon/DAG and other dashboards and ports from my local machine. Welcome to Airship in a Bottle n0: n0: /--------------------\ n0: | \ n0: | |---| \---- n0: | | x | \ n0: | |---| | n0: | | / n0: | \____|____/ /---- n0: | / n0: \--------------------/ n0: n0: n0: The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, 20GB of RAM with 32GB disk space. n0: Let's collect some information about your VM to get started. n0: ++ hostname -s n0: + export SHORT_HOSTNAME=n0 n0: + SHORT_HOSTNAME=n0 n0: + set +x n0: Updating /etc/hosts with: 10.0.2.15 n0 n0: 10.0.2.15 n0 n0: + export HOSTIP=10.0.2.15 n0: + HOSTIP=10.0.2.15 n0: + export HOSTCIDR=10.0.2.15/32 n0: + HOSTCIDR=10.0.2.15/32 n0: + export NODE_NET_IFACE=eth0 n0: + NODE_NET_IFACE=eth0 n0: + export TARGET_SITE=demo n0: + TARGET_SITE=demo n0: OpenStack Horizon dashboard is available on this host at the following URL: n0: n0: http://10.0.2.15:31277 n0: n0: Credentials: n0: Domain: default n0: Username: admin n0: Password: password n0: n0: OpenStack CLI commands could be launched via `./run_openstack_cli.sh` script, e.g.: n0: # cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node n0: # ./run_openstack_cli.sh stack list n0: ... n0: Other dashboards: n0: n0: MAAS: http://10.0.2.15:/MAAS/ admin/password12 n0: Airship Shipyard Airflow DAG: http://10.0.2.15:30004/ n0: I very much appreciate if you please give guidance. Thanks again! Sandeep From: Evgeny L [mailto:eli at mirantis.com] Sent: Wednesday, April 17, 2019 2:48 PM To: Sandeep Shah2 Cc: airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson Subject: Re: [Airship-discuss] Airship in a Bottle - Quick querry Hi Sandeep, Can you please clarify what is "node_n0" in your case? Thanks, On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 > wrote: Hello – We are trying out Airship in a Bottle, and we are using instructions in README file. What are the credentials to ssh into node_n0 as root? Password? Or, if SSH keys are created during installation, where can I get them so that I can install them on my host, and I can SSH into node_n0 using SSH keys? Thank you very much in advance. Sincerely, Sandeep ​​​​​ [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ _______________________________________________ Airship-discuss mailing list Airship-discuss at lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2034 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 1238 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1268 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1191 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1176 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2153 bytes Desc: image006.png URL: From eli at mirantis.com Thu Apr 18 14:00:15 2019 From: eli at mirantis.com (Evgeny L) Date: Thu, 18 Apr 2019 07:00:15 -0700 Subject: [Airship-discuss] Airship in a Bottle - Quick querry In-Reply-To: <82adbf3dc53d42adb2e3286c018a322b@HYDEXCHMBX006.TechMahindra.com> References: <82adbf3dc53d42adb2e3286c018a322b@HYDEXCHMBX006.TechMahindra.com> Message-ID: Great! Thanks for posting the command for port forwarding. On Wed, Apr 17, 2019 at 6:59 PM Sandeep Shah2 wrote: > Hi Evgeny – Thank you for your suggestion, and I was able to use Vagrant > generated keys to ssh into and map ports…I used the below command to > successfully access dashboards: > > > > For example, for Horizon dashboard: > > > > vagrant ssh -- -L 31277:127.0.0.1:31277 > > > > and then from browser http://localhost:31277 > > > > Thanks! > > > > *From:* Sandeep Shah2 [mailto:SS00473517 at TechMahindra.com] > *Sent:* Wednesday, April 17, 2019 4:40 PM > *To:* Evgeny L > *Cc:* airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson > *Subject:* Re: [Airship-discuss] Airship in a Bottle - Quick querry > > > > Thank you and your suggestion is helpful. I shall try and let you know. > > > > *From:* Evgeny L [mailto:eli at mirantis.com] > *Sent:* Wednesday, April 17, 2019 4:32 PM > *To:* Sandeep Shah2 > *Cc:* airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson > *Subject:* Re: [Airship-discuss] Airship in a Bottle - Quick querry > > > > Ok, I see, I have never used this Vagrantfile, have you tried just running > `vagrant ssh` from the directory? As far as I remember vagrant generates > SSH keys and stores them somewhere on your system (e.g. > .vagrant/machines/default/virtualbox/private_key). > > > > On Wed, Apr 17, 2019 at 2:21 PM Sandeep Shah2 > wrote: > > Hi Evgeny – thank you for your reply… > > > > I successfully installed using Vagrant script: > > > > if you have Vagrant installed, just run the following > ``` > su - (execute this as root) > curl -O > https://git.airshipit.org/cgit/airship-in-a-bottle/plain/Vagrantfile > > vagrant up > > > > Please find below the logs when running the “Airship in a bottle” Vagrant > script is run….n0 refers to VM host that gets created which will be used > to build a site…Once the site is built, I am trying to access Horizon and > DAG dashboards (also stated below)….To do port mapping, I believe I need > to establish SSH connection, and it is possible either using user > name/password or SSH certificate keys…I would very much appreciate if you > can give guidance as to how I can do mapping and access Horizon/DAG and > other dashboards and ports from my local machine. > > > > > > Welcome to Airship in a Bottle > n0: > n0: /--------------------\ > n0: | \ > n0: | |---| \---- > n0: | | x | \ > n0: | |---| | > n0: | | / > n0: | \____|____/ /---- > n0: | / > n0: \--------------------/ > n0: > n0: > n0: The minimum recommended size of the Ubuntu 16.04 VM is 4 vCPUs, > 20GB of RAM with 32GB disk space. > n0: Let's collect some information about your VM to get started. > n0: ++ hostname -s > n0: + export SHORT_HOSTNAME=n0 > n0: + SHORT_HOSTNAME=n0 > n0: + set +x > n0: Updating /etc/hosts with: 10.0.2.15 n0 > n0: 10.0.2.15 n0 > n0: + export HOSTIP=10.0.2.15 > n0: + HOSTIP=10.0.2.15 > n0: + export HOSTCIDR=10.0.2.15/32 > n0: + HOSTCIDR=10.0.2.15/32 > n0: + export NODE_NET_IFACE=eth0 > n0: + NODE_NET_IFACE=eth0 > n0: + export TARGET_SITE=demo > n0: + TARGET_SITE=demo > > > > n0: OpenStack Horizon dashboard is available on this host at the > following URL: > n0: > n0: http://10.0.2.15:31277 > > n0: > n0: Credentials: > n0: Domain: default > n0: Username: admin > n0: Password: password > n0: > n0: OpenStack CLI commands could be launched via > `./run_openstack_cli.sh` script, e.g.: > n0: # cd /root/deploy/airship-in-a-bottle/manifests/dev_single_node > n0: # ./run_openstack_cli.sh stack list > n0: ... > n0: Other dashboards: > n0: > n0: MAAS: http://10.0.2.15:/MAAS/ > > admin/password12 > n0: Airship Shipyard Airflow DAG: http://10.0.2.15:30004/ > > n0: > > > > I very much appreciate if you please give guidance. > > > > Thanks again! > > > > Sandeep > > > > *From:* Evgeny L [mailto:eli at mirantis.com] > *Sent:* Wednesday, April 17, 2019 2:48 PM > *To:* Sandeep Shah2 > *Cc:* airship-discuss at lists.airshipit.org; Lanclin Santhosh Johnson > *Subject:* Re: [Airship-discuss] Airship in a Bottle - Quick querry > > > > Hi Sandeep, > > > > Can you please clarify what is "node_n0" in your case? > > > > Thanks, > > > > On Wed, Apr 17, 2019 at 10:31 AM Sandeep Shah2 < > SS00473517 at techmahindra.com> wrote: > > Hello – > > > > We are trying out Airship in a Bottle, and we are using instructions in > README file. > > > > What are the credentials to ssh into node_n0 as root? Password? Or, if SSH > keys are created during installation, where can I get them so that I can > install them on my host, and I can SSH into node_n0 using SSH keys? > > > > Thank you very much in advance. > > > > Sincerely, > > Sandeep > > > > ​​​​​ > > [image: Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] > > > *SANDEEP SHAH* > > Customer Delivery Head/SDN-NFV-Cloud > > Plano, TX > > 847-708-1068 > > sandeep.shah2 at techmahindra.com > > techmahindra.com > > We believe > > > > [image: Description: Description: Description: > cid:image003.png at 01D0A510.436B2720] [image: > Description: Description: Description: cid:image004.png at 01D0A510.436B2720] > [image: Description: Description: > Description: cid:image011.png at 01D0A51D.F8D493A0] > [image: Description: > Description: Description: cid:image006.png at 01D0A510.436B2720] > > > [image: Description: Description: cid:image004.png at 01D1E982.7E538C80] > > > > > > > > > *Innovation. Value Creation. Opensource. Automation. Next Generation > Services* > > > > > ============================================================================================================================ > > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the Tech Mahindra policy > statement, you may review the policy at > http://www.techmahindra.com/Disclaimer.html externally > http://tim.techmahindra.com/tim/disclaimer.html internally within > TechMahindra. > > > ============================================================================================================================ > > _______________________________________________ > Airship-discuss mailing list > Airship-discuss at lists.airshipit.org > http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2034 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 1238 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 1268 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 1191 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1176 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 2153 bytes Desc: not available URL: From cboylan at sapwetik.org Sat Apr 20 04:08:27 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Sat, 20 Apr 2019 00:08:27 -0400 Subject: [Airship-discuss] Migrating git repos to OpenDev In-Reply-To: References: <87wolas6fa.fsf@meyer.lemoncheese.net> Message-ID: <31737cf1-a710-429b-891e-9427d4df737d@www.fastmail.com> On Tue, Apr 16, 2019, at 5:11 PM, Clark Boylan wrote: > > The infra/OpenDev team continues to make good progress towards this > transition and plans to perform the transition on April 19, 2019 as > previously scheduled. We will begin the transition at 15:00UTC and > users should plan for intermittent Gerrit and git repo outages through > the day. We expect most of those will be closer to 15:00UTC than > 23:00UTC. > > Fungi has generated a master list of project renames for the openstack > namespaces: http://paste.openstack.org/show/749402/. If you have a > moment please quickly review these planned renames for any obvious > errors or issues. > > For the airship, starlingx, and zuul repo renames the repositories > listed at git.airshipit.org, git.starlingx.io, and git.zuul-ci.org were > used placing repos in airship/, starlingx/ and zuul/ namespaces. Any > repo name prefix (like stx- and airship-) is dropped. Hello everyone! The Infra team, no, OpenDev Infra team, has completed the initial work to migrate to a more flexible git hosting platform. Gerrit is now hosted at review.opendev.org (with redirects from review.openstack.org in place). Our git mirroring has transitioned from git.openstack.org, git.airshipit.org, git.starlingx.io, and git.zuul-ci.org to http(s)://opendev.org. We have put in place redirects from these old domains to the new domain. If you see James Blair at the summit and appreciate these redirects: buy him a beverage. As part of this transition we've also moved git repos around. Airship, Zuul, OpenDev, StarlingX and others now have their own top level "orgs" which we hope cuts down on confusion over what is or isn't part of a certain project. You will likely want to update your git remotes to the new canonical locations (where ever you get redirected to using the old urls) in the near future. For unofficial projects that were hosted under openstack/ the OpenStack TC decided to move them out into a different org (namespace). The chosen namespace was x/ because it is short and doesn't convey any particular meaning. In time we can continue to use more meaningful namespaces, but for now I think we want to stabilize after the recent moves. The Zuul tenant configs report no errors (Jeremy Stanley gets the beverages for this); however, that does not mean all jobs will be happy. We will be around to help work people through job failures related to this migration. Please reach out and we'll go from there. On the infrastructure side of things we will also need to work to get our continuous deployment running again. This was a bit of an inception move for us as we do all our work through Gerrit and we had to take Gerrit down and "move" it. Finally thank you all for your patience today and thank you to everyone that helped make this possible. Clark From cboylan at sapwetik.org Sat Apr 20 18:11:15 2019 From: cboylan at sapwetik.org (Clark Boylan) Date: Sat, 20 Apr 2019 14:11:15 -0400 Subject: [Airship-discuss] Post OpenDev Repo Migration Issues Message-ID: <51478293-bb0a-4674-b9b9-a3763d59b336@www.fastmail.com> Hello, There are two quick things we want to point out that we've noticed after the OpenDev Gerrit manuevers. First, any commit Depends-On footers for unmerged changes will need to use https://review.opendev.org urls instead of https://review.openstack.org urls. This is due to a limitation in Zuul and how it sees the Gerrit server. Any Depends-On footers that use https://review.openstack.org are currently non-functional and they will not enforce the dependency relationship. Second, while we have fairly robust http(s) redirects in place for old urls (including those from cgit to gitea) any ssh repo urls will need to be updated to use the new canonical paths if a repo has moved. We are unable to redirect incoming ssh requests against Gerrit. If you need to know what the canonical path is go to the corresponding https repo url and the resulting destination is the canonical location. Again thank you for your patience, Clark From SS00473517 at TechMahindra.com Mon Apr 22 10:00:29 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Mon, 22 Apr 2019 10:00:29 +0000 Subject: [Airship-discuss] Airship Deployment and Kubernetes dashboard Message-ID: Hi – I am not sure if Kubernetes dashboard is enabled and supported in the current Airship implementation. I would appreciate if you please let me know and if yes, how I can deploy/enable/access it… Thank you very much in advance. Sincerely, Sandeep ​​​​​ [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.jpg Type: image/jpeg Size: 2034 bytes Desc: image007.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 1238 bytes Desc: image008.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image009.png Type: image/png Size: 1268 bytes Desc: image009.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image010.png Type: image/png Size: 1191 bytes Desc: image010.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image011.png Type: image/png Size: 1176 bytes Desc: image011.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image012.png Type: image/png Size: 2153 bytes Desc: image012.png URL: From thierry at openstack.org Wed Apr 24 11:18:25 2019 From: thierry at openstack.org (Thierry Carrez) Date: Wed, 24 Apr 2019 13:18:25 +0200 Subject: [Airship-discuss] [ptg] ptgbot HOWTO Message-ID: <90a0bc65-e6c6-7226-4fb5-4d25dcea9fbb@openstack.org> Hi everyone, In a few days, some contributor teams will meet in Denver for the 5th Project Teams Gathering. The event is organized around separate 'tracks' (generally tied to a specific team/group). Topics of discussion are loosely scheduled in those tracks, based on the needs of the attendance. This allows to maximize attendee productivity, but the downside is that it can make the event a bit confusing to navigate. To mitigate that issue, we are using an IRC bot to expose what's happening currently at the event at the following page: http://ptg.openstack.org/ptg.html It is therefore useful to have a volunteer in each room who makes use of the PTG bot to communicate what's happening. This is done by joining the #openstack-ptg IRC channel on Freenode and voicing commands to the bot. Usage of the bot is of course optional, but in past editions it was really useful to help attendees successfully navigate this dynamic event. How to keep attendees informed of what's being discussed in your room --------------------------------------------------------------------- To indicate what's currently being discussed, you will use the track name hashtag (found in the "Scheduled tracks" section on the above page), with the 'now' command: #TRACK now Example: #swift now brainstorming improvements to the ring You can also mention other track names to make sure to get people attention when the topic is transverse: #ops-meetup now discussing #cinder pain points There can only be one 'now' entry for a given track at a time. To indicate what will be discussed next, you can enter one or more 'next' commands: #TRACK next Example: #api-sig next at 2pm we'll be discussing pagination woes Note that in order to keep content current, entering a new 'now' command for a track will automatically erase any 'next' entry for that track. Finally, if you want to clear all 'now' and 'next' entries for your track, you can issue the 'clean' command: #TRACK clean Example: #ironic clean How to book reservable rooms ---------------------------- Like at every PTG, in Denver we will have additional reservable space for extra un-scheduled discussions. Two of those rooms (Ballroom 4 and Room 112) are equipped with a projector, so if your discussion would benefit from projection, you can also book time there. Finally, some of the smaller teams do not have any pre-scheduled space, and will solely be relying on this feature to book the time that makes the most sense for them. Those teams are the OpenStack release management team (#release-management) and requirements team (#requirements), the Extended Maintenance SIG (#extended-maint-sig), the Security SIG (#security-sig), the Bare Metal SIG (#baremetal-sig) and the Interoperability working group (#interop-wg). The PTG bot page shows which track is allocated to which room, as well as available reservable space, with a slot code (room name - time slot) that you can use to issue a 'book' command to the PTG bot: #TRACK book Example: #release-management book Room 112-ThuA1 Any track can book additional space and time using this system. All slots are 1h45-long. If your topic of discussion does not fall into an existing track, it is easy to add a track on the fly. Just ask PTG bot admins (ttx, diablo_rojo...) on the channel to create a track for you (which they can do by getting op rights and issuing a ~add command). For more information on the bot commands, please see: https://opendev.org/openstack/ptgbot/src/branch/master/README.rst Let me know if you have any additional questions. -- Thierry Carrez (ttx) From eli at mirantis.com Wed Apr 24 20:14:39 2019 From: eli at mirantis.com (Evgeny L) Date: Wed, 24 Apr 2019 13:14:39 -0700 Subject: [Airship-discuss] Airship Deployment and Kubernetes dashboard In-Reply-To: References: Message-ID: Hi Sandeep, There is no Kubernetes UI installed by default, however you can try installing and configuring it using this instruction: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#deploying-the-dashboard-ui Thanks, On Mon, Apr 22, 2019 at 6:42 PM Sandeep Shah2 wrote: > Hi – > > > > I am not sure if Kubernetes dashboard is enabled and supported in the > current Airship implementation. I would appreciate if you please let me > know and if yes, how I can deploy/enable/access it… > > > > Thank you very much in advance. > > > > Sincerely, > > Sandeep > > > > ​​​​​ > > [image: Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] > > > *SANDEEP SHAH* > > Customer Delivery Head/SDN-NFV-Cloud > > Plano, TX > > 847-708-1068 > > sandeep.shah2 at techmahindra.com > > techmahindra.com > > We believe > > > > [image: Description: Description: Description: > cid:image003.png at 01D0A510.436B2720] [image: > Description: Description: Description: cid:image004.png at 01D0A510.436B2720] > [image: Description: Description: > Description: cid:image011.png at 01D0A51D.F8D493A0] > [image: Description: > Description: Description: cid:image006.png at 01D0A510.436B2720] > > > [image: Description: Description: cid:image004.png at 01D1E982.7E538C80] > > > > > > > > > *Innovation. Value Creation. Opensource. Automation. Next Generation > Services* > > > > > ============================================================================================================================ > > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the Tech Mahindra policy > statement, you may review the policy at > http://www.techmahindra.com/Disclaimer.html externally > http://tim.techmahindra.com/tim/disclaimer.html internally within > TechMahindra. > > > ============================================================================================================================ > _______________________________________________ > Airship-discuss mailing list > Airship-discuss at lists.airshipit.org > http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.jpg Type: image/jpeg Size: 2034 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 1238 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image009.png Type: image/png Size: 1268 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image010.png Type: image/png Size: 1191 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image011.png Type: image/png Size: 1176 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image012.png Type: image/png Size: 2153 bytes Desc: not available URL: From SS00473517 at TechMahindra.com Wed Apr 24 22:32:56 2019 From: SS00473517 at TechMahindra.com (Sandeep Shah2) Date: Wed, 24 Apr 2019 22:32:56 -0000 Subject: [Airship-discuss] Airship Deployment and Kubernetes dashboard In-Reply-To: References: , Message-ID: <00288932-5ae6-4374-9ab0-a70186fe52b8@TechMahindra.com> Thank you Evgeny and Ramadas. Will try and let u know. Thx Sent from Workspace ONE Boxer On Apr 24, 2019 3:15 PM, Evgeny L wrote: Hi Sandeep, There is no Kubernetes UI installed by default, however you can try installing and configuring it using this instruction: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#deploying-the-dashboard-ui Thanks, On Mon, Apr 22, 2019 at 6:42 PM Sandeep Shah2 > wrote: Hi - I am not sure if Kubernetes dashboard is enabled and supported in the current Airship implementation. I would appreciate if you please let me know and if yes, how I can deploy/enable/access it... Thank you very much in advance. Sincerely, Sandeep ????? [Description: Description: cid:image015.jpg at 01D1E7FC.BB548B70] SANDEEP SHAH Customer Delivery Head/SDN-NFV-Cloud Plano, TX 847-708-1068 sandeep.shah2 at techmahindra.com techmahindra.com We believe [Description: Description: Description: cid:image003.png at 01D0A510.436B2720][Description: Description: Description: cid:image004.png at 01D0A510.436B2720][Description: Description: Description: cid:image011.png at 01D0A51D.F8D493A0][Description: Description: Description: cid:image006.png at 01D0A510.436B2720] [Description: Description: cid:image004.png at 01D1E982.7E538C80] Innovation. Value Creation. Opensource. Automation. Next Generation Services ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ _______________________________________________ Airship-discuss mailing list Airship-discuss at lists.airshipit.org http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.jpg Type: image/jpeg Size: 2034 bytes Desc: image007.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 1238 bytes Desc: image008.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image009.png Type: image/png Size: 1268 bytes Desc: image009.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image010.png Type: image/png Size: 1191 bytes Desc: image010.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image011.png Type: image/png Size: 1176 bytes Desc: image011.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image012.png Type: image/png Size: 2153 bytes Desc: image012.png URL: