Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to select install type CE - EE ? #33

Open
ethilesen opened this issue Nov 20, 2018 · 3 comments
Open

Possible to select install type CE - EE ? #33

ethilesen opened this issue Nov 20, 2018 · 3 comments
Assignees

Comments

@ethilesen
Copy link

Hi,

I used this to install 3.1 CE. I ended up (with some help from Hans M) to comment out all vip+proxy+docker stuff from ice-deploy.tf. I think it will be better to have a install type selector so only CE needed components are included...

@jesusmah
Copy link

@hassenius do you remember what needs to be commented out to get ICP CE deployed rather than ICP EE? would you @ethilesen be able to help remembering? Thks

@ethilesen
Copy link
Author

icp_configuration = {
"network_cidr" = "${var.network_cidr}"
"service_cluster_ip_range" = "${var.service_network_cidr}"
# "cluster_access_ip" = "${var.cluster_vip}"
# "proxy_access_ip" = "${var.proxy_vip}"
# "cluster_vip" = "${var.cluster_vip}"
# "proxy_vip" = "${var.proxy_vip}"
# "vip_iface" = "${var.cluster_vip_iface}"
# "proxy_vip_iface" = "${var.proxy_vip_iface}"
# "cluster_lb_address" = "${var.cluster_lb_address}"
# "proxy_lb_address" = "${var.proxy_lb_address}"
#"vip_manager" = "etcd"
"cluster_name" = "${var.instance_name}-cluster"
"calico_ip_autodetection_method" = "first-found"
"default_admin_password" = "${var.icppassword}"
# This is the list of disabled management services
"management_services" = "${local.disabled_management_services}"
# "private_registry_enabled" = "${length(var.private_registry) > 1 ? "true" : "false"}"
# "private_registry_server" = "${var.private_registry}"
# "image_repo" = "${length(var.private_registry) > 1 ? "${dirname(local.image)}" : ""}"
# "docker_username" = "${length(var.registry_username) > 1 ? "${var.registry_username}" : "'null'"}"
# "docker_password" = "${length(var.registry_password) > 1 ? "${var.registry_password}" : "'null'"}"
}

@ethilesen
Copy link
Author

ethilesen commented Nov 20, 2018

That was what I used - if it's correct or not... it did create this config.yaml
config.yaml

ansible_become: true
ansible_user: icpadmin
calico_ip_autodetection_method: first-found
cluster_name: icp-ffi-cluster
default_admin_password: xxxxxxxx
default_admin_user: admin
etcd_extra_args:

  • --grpc-keepalive-timeout=0
  • --grpc-keepalive-interval=0
  • --snapshot-count=10000
    image-security-enforcement:
    clusterImagePolicy:
  • name: docker.io/ibmcom/*
    policy: null
    isolated_namespaces: []
    isolated_proxies: []
    kibana_install: true
    management_services:
    istio: disabled
    storage-glusterfs: disabled
    storage-minio: disabled
    vulnerability-advisor: disabled
    network_cidr: 192.168.0.0/16
    network_type: calico
    service_cluster_ip_range: 10.10.10.0/24
    vip_manager: etcd

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

No branches or pull requests

3 participants