Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cookbook-openshift3 (157) Versions 1.10.4

Installs/Configures Openshift 3.x (>= 3.4)

Policyfile
Berkshelf
Knife
cookbook 'cookbook-openshift3', '= 1.10.4', :supermarket
cookbook 'cookbook-openshift3', '= 1.10.4'
knife supermarket install cookbook-openshift3
knife supermarket download cookbook-openshift3
README
Dependencies
Changelog
Quality 100%

Description

  • Installs OSEv3 and related packages.

Requirements

Platform

  • Tested on Red Hat RHEL 7.2
  • Tested on Centos 7.2

Openshift Version

  • Support OSE version from 3.1.0.4+
  • Support Origin version from 1.1.1+

Override Attributes

Version specific Openshift 3.1.x

If you are running a Openshift 3.1.x environment you'll need to set docker_version to "1.8.2.x" Docker 1.9 is currently not supported due to performance issues.

Common setting

<table>
<thead><tr><td><b>cookbook-openshift3 config item</b></td><td><b>Description</b></td><td><b>Default</b></td></tr></thead>
<tbody>
<tr><td>openshift_deployment_type</td><td>Set the deployment type for OSE ('origin' or 'enterprise').</td><td>enterprise</td></tr>
<tr><td>openshift_common_public_hostname</td><td>Set the master public hostname.</td><td>Output of 'ohai fqdn'</td></tr>
<tr><td>openshift_HA</td><td>Set whether or not to deploy a highly-available services for OSE.</td><td>false</td></tr>
<tr><td>docker_version</td><td>Set the version of Docker to be installed.</td><td>nil</td></tr>
<tr><td>deploy_containerized</td><td>Set whether or not to deploy a containerized version of Openshift.</td><td>false</td></tr>
<tr><td>
deploy_example</td><td>Set whether or not to deploy the openshift example templates files.<td>true</td></tr>
<tr><td>
deploy_dnsmasq</td><td>Set whether or not to deploy the dnsmasq resolution against SkyDNS.<td>true</td></tr>
<tr><td>install_method</td><td>Set the installing method for packing.</td><td>yum</td></tr>
<tr><td>
yum_repositories</td><td>Set the yum repositories. yum_repos</td><td></td></tr>
<tr><td>httpd_xfer_port</td><td>Set the port used for retrieving certificates.</td><td>9999</td></tr>
<tr><td>set_nameserver</td><td>Set the nameserver(s) for the host.</td><td>false</td></tr>
<tr><td>register_dns</td><td>Set the registration of the host against the SOA nameserver.</td><td>false</td></tr>
<tr><td>core_packages</td><td>Set the list of the pre-requisite packages.</td><td>['libselinux-python', 'wget', 'vim-enhanced', 'net-tools', 'bind-utils', 'git', 'bash-completion docker', 'bash-completion', 'dnsmasq']</td></tr>
<tr><td>osn_cluster_dns_domain</td><td>Set the SkyDNS domain name.</td>cluster.local<td></td></tr>
<tr><td>enabled_firewall_additional_rules_node</td><td>Set the list of additional FW rules to set for a node.</td><td>[]</td></tr>
<tr><td>openshift_data_dir</td><td>Set the default directory for OSE data.</td><td>/var/lib/origin</td></tr>
<tr><td>openshift_master_cluster_password</td><td>Set the default password for the pcs administration account.</td><td>'openshift_cluster'</td></tr>
<tr><td>openshift_common_master_dir</td><td>Set the default root directory for master.</td><td>/etc/origin</td></tr>
<tr><td>openshift_common_node_dir</td><td>Set the default root directory for node.</td><td>/etc/origin</td></tr>
<tr><td>openshift_common_portal_net</td><td>Set the default user-defined networks for Kubernetes. Set to 172.30.0.0/16 to match the default Docker CIDR. Once set, do not update.</td><td>172.30.0.0/16</td></tr>
<tr><td>openshift_docker_insecure_registry_arg</td><td>Set the list of insecure registries for Docker.</td><td>nil</td></tr>
<tr><td>openshift_docker_add_registry_arg</td><td>Set the list of registries to add to Docker.</td><td>nil</td></tr>
<tr><td>openshift_docker_block_registry_arg</td><td>Set the list of registries to block in Docker.</td><td>nil</td></tr>
<tr><td>openshift_common_default_nodeSelector</td><td>Set the default label for node selector.</td><td>region=user</td></tr>
<tr><td>openshift_common_infra_label</td><td>Set the default label for Infra project (default, openshift-infra).</td><td>region=infra</td></tr>
<tr><td>openshift_common_examples_base</td><td></td><td>'/usr/share/openshift/examples'</td></tr>
<tr><td>openshift_common_hostname</td><td>Set the master common name.</td><td>Output of 'ohai fqdn'</td></tr>
<tr><td>openshift_common_ip</td><td>Set the default IP for the node.</td><td>Output of 'ohai ipaddress'</td></tr>
<tr><td>openshift_common_infra_project</td><td>Set the list of default Infra project.</td><td>['default','openshift-infra']</td></tr>
<tr><td>openshift_common_service_accounts_additional</td><td>Set the list of additional service accounts to create.</td><td>[]</td></tr>
<tr><td>openshift_common_use_openshift_sdn</td><td>Set whether or not to use SDN network.</td><td>true</td></tr>
<tr><td>openshift_common_sdn_network_plugin_name</td><td>Set the default SDN plugin name.</td><td>redhat/openshift-ovs-subnet</td></tr>
<tr><td>openshift_common_registry_url</td><td>Set the default registry URL.</td><td>'openshift3/ose-${component}:${version}'</td></tr>
<tr><td>openshift_master_bind_addr</td><td>Set default bind address.</td><td>'0.0.0.0'</td></tr>
<tr><td>openshift_master_api_port</td><td>Set default listening port for Master API.</td><td>8443</td></tr>
<tr><td>openshift_master_console_port</td><td>Set the default listening port for console.</td><td>8443</td></tr>
<tr><td>openshift_master_controllers_port</td><td>Set the default listening port for controllers.</td><td>8444</td></tr>
<tr><td>openshift_master_controller_lease_ttl</td><td>Set the default lease TTL for controllers.</td><td>30</td></tr>
<tr><td>openshift_master_embedded_dns</td><td>Set whether or not to use the embedded DNS.</td><td>true</td></tr>
<tr><td>openshift_master_embedded_kube</td><td>Set whether ot not the use the embedded Kubernetes server.</td><td>true</td></tr>
<tr><td>openshift_master_debug_level</td><td>Set the default level for master logging.</td><td>2 </td></tr>
<tr><td>openshift_master_dns_port</td><td>Set the default port for SkyDNS.</td><td>When deploy_dnsmasq is set to "true" : 8053. Otherwise : 53</td></tr>
<tr><td>openshift_master_label</td><td>Set the default label for master selector.</td><td>region=infra</td></tr>
<tr><td>openshift_master_generated_configs_dir</td><td>Set the default directory for generating the node certificates.</td><td>/var/www/html/generated-configs'</td></tr>
<tr><td>openshift_master_router_subdomain</td><td>Set the default domain for the HaProxy routeaProxy.</td><td>cloudapps.domain.local'</td></tr>
<tr><td>openshift_master_sdn_cluster_network_cidr</td><td>Set the default SDN Network address.</td><td>10.1.0.0/16</td></tr>
<tr><td>openshift_master_sdn_host_subnet_length</td><td>Set the default number of allocated bit for hosts.</td><td>8</td></tr>
<tr><td>openshift_master_session_max_seconds</td><td>Set maximum session time in second.</td><td>3600</td></tr>
<tr><td>openshift_master_access_token_max_seconds</td><td>Set maximum access token lifetime in second.</td><td>86400</td></tr>
<tr><td>openshift_master_auth_token_max_seconds</td><td>Set maximum Oauth token lifetime in second.</td><td>500</td></tr>
<tr><td>openshift_node_debug_level</td><td>Set the default level for node logging.</td><td>2</td></tr>
<tr><td>openshift_node_iptables_sync_period</td><td>Set the default kube-proxy iptables sync period.</td><td>5s</td></tr>
<tr><td>openshift_node_max_pod</td><td>Set the maximum number of running PODs on a node.</td><td>40</td></tr>
<tr><td>openshift_node_sdn_mtu_sdn</td><td>Set the default MTU size for SDN.</td><td>1450</td></tr>
<tr><td>openshift_node_minimum_container_ttl_duration']</td><td>The minimum age that a container is eligible for garbage collection.</td><td>10s</td></tr>
<tr><td>openshift_node_maximum_dead_containers_per_container']</td><td>The number of instances to retain per pod container.</td><td>2</td></tr>
<tr><td>openshift_node_maximum_dead_containers']</td><td>The maximum number of total dead containers in the node.</td><td>100</td></tr>
<tr><td>openshift_node_image_gc_high_threshold']</td><td>The percent of disk usage which triggers image garbage collection.</td><td>90</td></tr>
<tr><td>openshift_node_image_gc_low_threshold']</td><td>The percent of disk usage to which image garbage collection attempts to free.</td><td>80</td></tr>
<tr><td>master_generated_certs_dir</td><td>Set the default directory for generating the master certificates.</td><td>/var/www/html/master/generated_certs</td></tr>
<tr><td>etcd_generated_certs_dir</td><td>Set the default directory for generating the etcd certificates.</td><td>/var/www/html/etcd/generated_certs</td></tr>
<tr><td>etcd_cof_dir</td><td>Set the default root directory for etcd configs.</td><td>/etc/etcd</td></tr>
<tr><td>etcd_intial_cluster_token</td><td>'etcd-cluster-1'</td><td>etcd-cluster-1</td></tr>
<tr><td>etcd_data_dir</td><td>Set the default root directory for etcd data.</td><td>/var/lib/etcd</td></tr>
<tr><td>etcd_client_port</td><td>Set default listening port for ETCD Client.</td><td>2379</td></tr>
<tr><td>etcd_peer_port</td><td>Set default listening port for ETCD Peer.</td><td>2380</td></tr>
</tbody>
</table>

Highly-availability settings

<table>
<thead><tr><td><b>cookbook-openshift3 config item</b></td><td><b>Description</b></td><td><b>Default</b></td></tr></thead>
<tr><td>openshift_cluster_name</td><td>Set the cluster public hostname.</td><td>nil</td></tr>
<tr><td>openshift_master_cluster_vip</td><td>Set the cluster public IP address (Mandatory when using Pacemaker deployment).</td><td>nil</td></tr>
<tr><td>openshift_HA_method</td><td>Set the HA Master method ('native' or 'pacemaker').</td><td>native</td></tr>
</table>

Identity provider settings

<table>
<thead><tr><td><b>cookbook-openshift3 config item</b></td><td><b>Description</b></td><td><b>Default</b></td></tr></thead>
<tr><td>oauth_Identity</td><td>Set the default identity provider ('HTPasswdPasswordIdentityProvider', 'LDAPPasswordIdentityProvider', 'RequestHeaderIdentityProvider').</td><td>HTPasswdPasswordIdentityProvider</td></tr>
</table>

Structure


  • node['cookbook-openshift3']['openshift_master_identity_provider']['HTPasswdPasswordIdentityProvider']
{
"name" : "htpasswd_auth", 
"login" : true, 
"challenge" : true, 
"kind" : "HTPasswdPasswordIdentityProvider", 
"filename" : "/etc/openshift/openshift-passwd"
}
  • node['cookbook-openshift3']['openshift_master_identity_provider']['LDAPPasswordIdentityProvider']
{
"name" : "ldap_identity", 
"login" : true, 
"challenge" : true, 
"kind" : "LDAPPasswordIdentityProvider", 
"ldap_server" : "ldap.domain.local",
 "ldap_bind_dn" : "", 
 "ldap_bind_password" : "",
 "ldap_insecure" : true, 
 "ldap_base_ou" : "OU=people,DC=domain,DC=local", 
 "ldap_preferred_username" : "uid"
}
  • node['cookbook-openshift3']['openshift_master_asset_config']
{
 "extensionStylesheets":["/path/to/css"],
 "extensionScripts":["/path/to/script"],
 "extensions":"/path/to/my_images",
 "templates":"/path/to/template"
}
  • node['cookbook-openshift3']['nameserver']
{
 "search": "domain.local",
 "domain": "domain.local",
 "nameservers": ["8.8.8.8","8.8.4.4"],
 "key_algorithm": "hmac-md5",
 "key_name": "domain.local.key",
 "key_secret": "DTngw5O8I5Axx631GjQ9pA=="
}
  • node['cookbook-openshift3']['openshift_node_docker-storage']
{
 "DEVS": ["/dev/sdb","/dev/sdc"],
 "VG": "docker-vg",
 "DATA_SIZE": "80%FREE"
}
  • node['cookbook-openshift3']['openshift_master_named_certificates']

  • CN or SAN names are automatically detected from the certificate file.

[
  {
   "certfile": "/etc/where_is/my_certfile",
   "keyfile": "/etc/where_is/my_keyfile"
  }
]

=====

Include the recipes in roles so as to ease the deployment.

Roles (Examples)

  • BASE
{
  "name": "base",
  "description": "Common Base Role",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {
  },
  "chef_type": "role",
  "run_list": [
    "recipe[cookbook-openshift3]",
    "recipe[cookbook-openshift3::common]"
  ],
  "env_run_lists": {

  }
}
  • COMMON-MASTER
{
  "name": "common-master",
  "description": "Common Master Role",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {
  },
  "chef_type": "role",
  "run_list": [
    "role[base]",
    "recipe[cookbook-openshift3::master]"
  ],
  "env_run_lists": {

  }
}
  • COMMON-NODE
{
  "name": "common-node",
  "description": "Common Node Role",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {
  },
  "chef_type": "role",
  "run_list": [
    "role[base]",
    "recipe[cookbook-openshift3::node]"
  ],
  "env_run_lists": {

  }
}

ENVIRONMENT

Create at least 3 environments which would be assigned to nodes based on their profiles (single, cluster-native, cluster-pcs).
Please not that clsuter-pcs which relies on Pacemaker is only supported by Openshift <= 3.1.x.

Modify the attributes as required in your environments to change how various configurations are applied per the attributes section above.
In general, override attributes in the environment should be used when changing attributes.

Minimal example

  • CLUSTER-NATIVE (Only available option since 3.2)
{
  "name": "cluster_native",
  "description": "",
  "cookbook_versions": {

  },
  "json_class": "Chef::Environment",
  "chef_type": "environment",
  "default_attributes": {

  },
  "override_attributes": {
    "cookbook-openshift3": {
      "openshift_HA": true,
      "openshift_cluster_name": "ose-cluster.domain.local",
      "openshift_master_cluster_vip": "1.1.1.100",
      "master_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "master_peers": [
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "etcd_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "node_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        },
        {
          "fqdn": "ose4-server.domain.local",
          "ipaddress": "1.1.1.4"
        },
        {
          "fqdn": "ose5-server.domain.local",
          "ipaddress": "1.1.1.5"
        },        
      ],
    }
  }
}
  • CLUSTER-PCS (only supported when using OpenShift < 3.2)
{
  "name": "cluster_pcs",
  "description": "",
  "cookbook_versions": {

  },
  "json_class": "Chef::Environment",
  "chef_type": "environment",
  "default_attributes": {

  },
  "override_attributes": {
    "cookbook-openshift3": {
      "openshift_HA": true,
      "openshift_HA_method": "pcs",
      "openshift_master_cluster_vip": "1.1.1.100",
      "openshift_cluster_name": "ose-cluster.domain.local",
      "master_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "master_peers": [
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "etcd_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        }
      ],
      "node_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        },
        {
          "fqdn": "ose3-server.domain.local",
          "ipaddress": "1.1.1.3"
        },
        {
          "fqdn": "ose4-server.domain.local",
          "ipaddress": "1.1.1.4"
        },
        {
          "fqdn": "ose5-server.domain.local",
          "ipaddress": "1.1.1.5"
        },        
      ],
    }
  }
}
  • SINGLE
{
  "name": "single",
  "description": "",
  "cookbook_versions": {

  },
  "json_class": "Chef::Environment",
  "chef_type": "environment",
  "default_attributes": {

  },
  "override_attributes": {
    "cookbook-openshift3": {
      "master_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        }
      ],
      "node_servers": [
        {
          "fqdn": "ose1-server.domain.local",
          "ipaddress": "1.1.1.1"
        },
        {
          "fqdn": "ose2-server.domain.local",
          "ipaddress": "1.1.1.2"
        }
      ],
    }
  }
}

Once it is done you should assign the node to the relevant environment.

knife node environment set NODE_NAME ENVIRONMENT_NAME

LWRP

Create a DNS record using LWRP - ose_reghost

ose_reghost node["fqdn"] do
  type :a
  keyalgo "HMAC-MD5"
  keyname "example.com"
  keysecret "ddwDEdeedEEEdddd=ee=de=="
  action :create
end

Delete a DNS record using LWRP - ose_reghost

ose_reghost node["fqdn"] do
  type :a
  keyalgo "HMAC-MD5"
  keyname "example.com"
  keysecret "ddwDEdeedEEEdddd=ee=de=="
  action :delete
end
ose_setup_cluster 'Setup Pacemaker' do
  master_hosts ['1.1.1.1', '2.2.2.2', '3.3.3.3'] 
  cluster_password 'password_for_pacemaker'
  action :setup
end
ose_setup_cluster 'Wait until the VIP is up and running on the master server' do 
  action :init
end

Run list

  • MASTER ONLY knife node run_list add NODE_NAME 'role[common-master], recipe[cookbook-openshift3::node_config_post]'
  • NODE ONLY knife node run_list add NODE_NAME 'role[common-node]'
  • ALL IN THE BOX (MASTER + NODE) knife node run_list add NODE_NAME 'role[common-master], role[common-node], recipe[cookbook-openshift3::node_config_post]'

Test (ORIGIN)

There is a way to quickly test this cookbook.
You will need a CentOS 7.1+ with "Minimal" installation option and at least 10GB left on the Volume group. (Later used by Docker)

  • Deploy ORIGIN ALL IN THE BOX Flavour (MASTER + NODE) bash <(curl -s https://raw.githubusercontent.com/IshentRas/cookbook-openshift3/master/origin_deploy.sh)

Development

License and Author

Author: William Burton (wburton@redhat.com)

The MIT License (MIT)

Copyright (C) 2014 OpenBet Limited

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependent cookbooks

iptables >= 2.0.0
selinux_policy >= 0.0.0
yum >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Openshift 3 Cookbook CHANGELOG

This file is used to list changes made in each version of the Openshift 3 cookbook.

v1.10.4

Bug

  • Fix issue for restarting openshift-api or controllers
  • Fix issue for restarting node

Improvement

  • Update Openshift documentation
  • Use chef-solo attribute style as a default for setting attributes
  • Remove queries for any type of data that is indexed by the Chef server

v1.10.3

Bug

  • Fix issue for Openshift Node (Clashing ClusterNetwork)
  • Fix issue for generating certificates (NODES)

Improvement

  • Add capability for deploying 3.2.x
  • Add capability for deploying containerized version of Openshift
  • Add capability of using dnsmasq for interacting with skyDNS
  • Update Openshift template examples

v1.10.2

Bug

  • Fix issue for nodes certificate SAN

v1.10.1

Bug

  • Fix issue for ETCD certificate lifetime
  • Fix IP discovery for origin_deploy.sh

Improvement

  • Add capability for enabling or not a yum repository

v1.10.0

Bug

  • Fix docker restrart when running CHEF
  • Fix openshift-master restart when running CHEF
  • Fix openshift-node restart when running CHEF

v1.0.9

Bug

  • Remove dnsIP from node definiton. Default to use the kubernetes service network 172.x.x.1

v1.0.8

Improvement

  • Add kubeletArguments for node servers

Bug

  • Enable Docker at startup
  • Mask master service when running native HA

v1.0.7

Improvement

  • Add possibility to disable yum repositories
  • Fix etcd certificate (Simplify the call for peers members)
  • Add possibility to specify a version to be installed for docker

Bug

  • Fix permissions for directory (Set to Apache in case of a dodgy umask number)

v1.0.6

Improvement

  • Add delay/retry before installing servcieaccount
  • Change xip.io for nip.io (STABLE)

Bug

  • Fix scripts/origin_deploy.sh
  • Fix hostname for origin_deploy.sh

v1.0.5

Bug

  • Fix bug when enabling HTTPD at startup

v1.0.4

Improvement

  • Detect the CN or SAN from certificates file when using named certificates.
  • Move origin_deploy.sh in scripts folder

Bug

  • Enable HTTPD at startup
  • Fix some typos

v1.0.3

Improvement

  • Add possibility to customise docker-storage-setup
  • Add possibility for configuring Custom Certificates

v1.0.2

Improvement

  • Add MIT LICENCE model
  • Add script to auto deploy origin instance
  • Add the possibility to exclude packages from updates or installs

Bug fix

  • Fix attributes labelling when using chef in local mode (or solo)
  • Remove specific mentions to OSE

v0.0.1

  • Current public release

Foodcritic Metric
            

1.10.4 passed this metric