Class: KnifeContainer::Generator::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/knife-container/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_imageObject

Returns the value of attribute base_image.



26
27
28
# File 'lib/knife-container/generator.rb', line 26

def base_image
  @base_image
end

#berksfileObject

Returns the value of attribute berksfile.



39
40
41
# File 'lib/knife-container/generator.rb', line 39

def berksfile
  @berksfile
end

#chef_client_modeObject

Returns the value of attribute chef_client_mode.



27
28
29
# File 'lib/knife-container/generator.rb', line 27

def chef_client_mode
  @chef_client_mode
end

#chef_server_urlObject

Returns the value of attribute chef_server_url.



33
34
35
# File 'lib/knife-container/generator.rb', line 33

def chef_server_url
  @chef_server_url
end

#cookbook_pathObject

Returns the value of attribute cookbook_path.



29
30
31
# File 'lib/knife-container/generator.rb', line 29

def cookbook_path
  @cookbook_path
end

#dockerfile_nameObject

Returns the value of attribute dockerfile_name.



24
25
26
# File 'lib/knife-container/generator.rb', line 24

def dockerfile_name
  @dockerfile_name
end

#dockerfiles_pathObject

Returns the value of attribute dockerfiles_path.



25
26
27
# File 'lib/knife-container/generator.rb', line 25

def dockerfiles_path
  @dockerfiles_path
end

#encrypted_data_bag_secretObject

Returns the value of attribute encrypted_data_bag_secret.



37
38
39
# File 'lib/knife-container/generator.rb', line 37

def encrypted_data_bag_secret
  @encrypted_data_bag_secret
end

#environment_pathObject

Returns the value of attribute environment_path.



32
33
34
# File 'lib/knife-container/generator.rb', line 32

def environment_path
  @environment_path
end

#first_bootObject

Returns the value of attribute first_boot.



38
39
40
# File 'lib/knife-container/generator.rb', line 38

def first_boot
  @first_boot
end

#force_buildObject

Returns the value of attribute force_build.



42
43
44
# File 'lib/knife-container/generator.rb', line 42

def force_build
  @force_build
end

#generate_berksfileObject

Returns the value of attribute generate_berksfile.



40
41
42
# File 'lib/knife-container/generator.rb', line 40

def generate_berksfile
  @generate_berksfile
end

#include_credentialsObject

Returns the value of attribute include_credentials.



43
44
45
# File 'lib/knife-container/generator.rb', line 43

def include_credentials
  @include_credentials
end

#node_pathObject

Returns the value of attribute node_path.



31
32
33
# File 'lib/knife-container/generator.rb', line 31

def node_path
  @node_path
end

#role_pathObject

Returns the value of attribute role_path.



30
31
32
# File 'lib/knife-container/generator.rb', line 30

def role_path
  @role_path
end

#run_berksObject

Returns the value of attribute run_berks.



41
42
43
# File 'lib/knife-container/generator.rb', line 41

def run_berks
  @run_berks
end

#run_listObject

Returns the value of attribute run_list.



28
29
30
# File 'lib/knife-container/generator.rb', line 28

def run_list
  @run_list
end

#trusted_certs_dirObject

Returns the value of attribute trusted_certs_dir.



36
37
38
# File 'lib/knife-container/generator.rb', line 36

def trusted_certs_dir
  @trusted_certs_dir
end

#validation_client_nameObject

Returns the value of attribute validation_client_name.



35
36
37
# File 'lib/knife-container/generator.rb', line 35

def validation_client_name
  @validation_client_name
end

#validation_keyObject

Returns the value of attribute validation_key.



34
35
36
# File 'lib/knife-container/generator.rb', line 34

def validation_key
  @validation_key
end