Skip to content

Kubernetes!#1053

Merged
nikhiljha merged 15 commits intomasterfrom
kubernetes
Nov 4, 2021
Merged

Kubernetes!#1053
nikhiljha merged 15 commits intomasterfrom
kubernetes

Conversation

@fydai
Copy link
Copy Markdown
Contributor

@fydai fydai commented Nov 26, 2020

This is a rewrite of the existing kubernetes setup from puppetlabs-kubernetes to manually configured services and configuration files.

Copy link
Copy Markdown
Member

@ja5087 ja5087 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, this is really impressive in scale

@@ -0,0 +1,72 @@
apiVersion: v1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is templated by our convention it should end in .erb

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would by the convention, but then you lose syntax highlighting on github and in your editor. I'm willing to change it, but I personally think it's fine as long as people know it's an erb template.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo it is not clear at all that it's an erb template outside of us in the know right now. You can configure syntax highlighting for different file extensions in your editor and there are cases where that will be wrong due to special characters that overlap between erb and the target language. YAML is pretty simple though so there might not be one in this case.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ja++

@ocfjenkins
Copy link
Copy Markdown

ocfjenkins bot commented Nov 26, 2020

Errored hosts (0)

Changed hosts (6)

Unaffected hosts (95)

WARNING: Output is too long for a comment, posted to a gist instead: https://gist.github.com/1001b6a5845b6733e2216a848ce50f25

Jenkins

@ocfjenkins
Copy link
Copy Markdown

ocfjenkins bot commented Nov 26, 2020

Errored hosts (6)

Changed hosts (0)

Unaffected hosts (95)


Errored hosts
error for hozer-72.ocf.berkeley.edu
W, [2020-11-25T17:57:55.717220 #15749]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:57:55.717610 #15749]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x0000564ed1ef56c0@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x0000564ed1ef54b8@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-72.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for hozer-73.ocf.berkeley.edu
W, [2020-11-25T17:58:02.122023 #17210]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:58:02.122444 #17210]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x000055d0c24bc678@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055d0c24bc538@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-73.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for hozer-74.ocf.berkeley.edu
W, [2020-11-25T17:58:05.139637 #19381]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:58:05.140008 #19381]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x000055a98e0b4568@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055a98e0b4428@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node hozer-74.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for monsoon.ocf.berkeley.edu
W, [2020-11-25T17:58:19.975282 #25000]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:58:19.975624 #25000]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x00005620277ad620@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x00005620277ad4e0@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node monsoon.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for pileup.ocf.berkeley.edu
W, [2020-11-25T17:58:31.001245 #26260]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:58:31.001616 #26260]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x0000563e142ba428@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x0000563e142ba2e8@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node pileup.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for whirlwind.ocf.berkeley.edu
W, [2020-11-25T17:59:10.408338 #12400]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
     (file & line not available)
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
  Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2020-11-25T17:59:10.408756 #12400]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x00005619f3600870@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x00005619f3600730@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/6.17/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Function lookup() did not find a value for the name 'kube:controller_nodes'
Error: Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Function lookup() did not find a value for the name 'kube:controller_nodes' on node whirlwind.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Unaffected hosts
acid.ocf.berkeley.edu
alamo.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
bolide.ocf.berkeley.edu
calamity.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
dev-death.ocf.berkeley.edu
dev-flood.ocf.berkeley.edu
drought.ocf.berkeley.edu
entropy.ocf.berkeley.edu
failure.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
hal.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hozer-55.ocf.berkeley.edu
hozer-68.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
leprosy.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
oilspill.ocf.berkeley.edu
pandemic.ocf.berkeley.edu
panic.ocf.berkeley.edu
paranoia.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
pgp.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
quicksand.ocf.berkeley.edu
rapture.ocf.berkeley.edu
reaper.ocf.berkeley.edu
rejection.ocf.berkeley.edu
riot.ocf.berkeley.edu
riptide.ocf.berkeley.edu
sarin.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
singularity.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
spectre.ocf.berkeley.edu
stackclash.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
tempest.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
trojan.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
virus.ocf.berkeley.edu
volcano.ocf.berkeley.edu
vortex.ocf.berkeley.edu
war.ocf.berkeley.edu
whiteout.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
worm.ocf.berkeley.edu
zombies.ocf.berkeley.edu

Jenkins

Copy link
Copy Markdown
Member

@ja5087 ja5087 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before it went down I think this was working pretty well. Merging it will let other people work on this easier too and avoid us having things on different puppet envs (cooperc2).

@@ -0,0 +1,72 @@
apiVersion: v1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo it is not clear at all that it's an erb template outside of us in the know right now. You can configure syntax highlighting for different file extensions in your editor and there are cases where that will be wrong due to special characters that overlap between erb and the target language. YAML is pretty simple though so there might not be one in this case.

@ocfjenkins
Copy link
Copy Markdown

ocfjenkins bot commented Oct 28, 2021

Errored hosts (0)

Changed hosts (32)

Unaffected hosts (56)

WARNING: Output is too long for a comment, posted to a gist instead: https://gist.github.com/5b892a3ac0efb42c36619f9fe7e43ef2

Jenkins

@ocfjenkins
Copy link
Copy Markdown

ocfjenkins bot commented Oct 28, 2021

Errored hosts (0)

Changed hosts (2)

Unaffected hosts (86)

WARNING: Output is too long for a comment, posted to a gist instead: https://gist.github.com/ef19c85b8f1d7586ba0170fb14a8a719

Jenkins

@nikhiljha
Copy link
Copy Markdown
Member

🤷

@nikhiljha nikhiljha merged commit 9441e48 into master Nov 4, 2021
@nikhiljha nikhiljha deleted the kubernetes branch November 4, 2021 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants