daily pastebin goal
15%
SHARE
TWEET

Untitled

a guest Feb 25th, 2016 61 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@k8sbuildnode:~/layer-k8s$ cat /home/ubuntu/work/trusty/kubernetes/metadata.yaml
  2. name: kubernetes
  3. summary: Kubernetes is an application container orchestration platform.
  4. description: |
  5.   Kubernetes is an open-source platform for deplying, scaling, and operations
  6.   of appliation containers across a cluster of hosts. Kubernetes is portable
  7.   in that it works with public, private, and hybrid clouds. Extensible through
  8.   a pluggable infrastructure. Self healing in that it will automatically
  9.   restart and place containers on healthy nodes if a node ever goes away.
  10. tags:
  11. - infrastructure
  12. requires:
  13.   etcd:
  14.     interface: etcd
  15. peers:
  16.   certificates:
  17.     interface: tls
  18. maintainers:
  19. - Matthew Bruzek <matthew.bruzek@canonical.com>
  20. - Charles Butler <charles.butler@canonical.com>
  21. series:
  22. - trusty
  23. - wily
  24. - xenial
  25. subordinate: false
  26. ubuntu@k8sbuildnode:~/layer-k8s$ rm -rf /home/ubuntu/work/trusty/kubernetes
  27. ubuntu@k8sbuildnode:~/layer-k8s$ charm build
  28. build: Composing into /home/ubuntu/work
  29. build: Processing layer: layer:basic
  30. build: Processing layer: layer:docker
  31. build: Processing layer: layer:flannel
  32. build: Processing layer: layer:tls
  33. build: Processing layer: kubernetes
  34. build: Processing interface: etcd
  35. build: Processing interface: tls
  36. ubuntu@k8sbuildnode:~/layer-k8s$ juju deploy local:trusty/kubernetes -n 3
  37. WARNING failed to load charm at "/home/ubuntu/work/trusty/kubernetes": metadata: series: expected string, got []interface {}([]interface {}{"trusty", "wily", "xenial"})
  38. ERROR charm not found in "/home/ubuntu/work": local:trusty/kubernetes
  39. ubuntu@k8sbuildnode:~/layer-k8s$ cat /home/ubuntu/work/trusty/kubernetes/metadata.yaml
  40. name: kubernetes
  41. summary: Kubernetes is an application container orchestration platform.
  42. description: |
  43.   Kubernetes is an open-source platform for deplying, scaling, and operations
  44.   of appliation containers across a cluster of hosts. Kubernetes is portable
  45.   in that it works with public, private, and hybrid clouds. Extensible through
  46.   a pluggable infrastructure. Self healing in that it will automatically
  47.   restart and place containers on healthy nodes if a node ever goes away.
  48. tags:
  49. - infrastructure
  50. requires:
  51.   etcd:
  52.     interface: etcd
  53. peers:
  54.   certificates:
  55.     interface: tls
  56. maintainers:
  57. - Matthew Bruzek <matthew.bruzek@canonical.com>
  58. - Charles Butler <charles.butler@canonical.com>
  59. series:
  60. - trusty
  61. - wily
  62. - xenial
  63. subordinate: false
RAW Paste Data
Top