Friday, 2019-05-10

*** Nishant_ has quit IRC00:34
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: Tiller: Add read-only-fs  https://review.opendev.org/65786101:17
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: Enable fluentd monitoring in single and multinode jobs  https://review.opendev.org/65743901:18
openstackgerritPete Birley proposed openstack/openstack-helm-infra master: Postgresql: Fix security context  https://review.opendev.org/65671001:18
*** _hemna has joined #openstack-helm01:24
*** unicell has quit IRC01:47
*** _hemna has quit IRC01:58
*** dasp has joined #openstack-helm02:11
openstackgerritMerged openstack/openstack-helm-infra master: ceph-mon: Fix security context  https://review.opendev.org/65479002:29
*** oyrogerg has joined #openstack-helm02:31
*** _hemna has joined #openstack-helm03:54
*** dasp has quit IRC04:08
*** _hemna has quit IRC04:27
*** dasp has joined #openstack-helm04:30
*** unicell has joined #openstack-helm05:21
*** unicell has quit IRC05:25
openstackgerritTin Lam proposed openstack/openstack-helm-infra master: Fix broken network policy check/gate  https://review.opendev.org/65745805:55
openstackgerritTin Lam proposed openstack/openstack-helm-images master: mini-mirror: Ignore src config for publishing  https://review.opendev.org/64396705:57
*** oyrogerg has quit IRC06:18
*** pgaxatte has joined #openstack-helm06:24
*** _hemna has joined #openstack-helm06:24
*** aojea has joined #openstack-helm06:25
*** dpawlik has joined #openstack-helm06:28
*** pgaxatte has quit IRC06:30
*** pgaxatte has joined #openstack-helm06:44
*** witek has joined #openstack-helm06:45
openstackgerritMerged openstack/openstack-helm-infra master: Tiller: Add read-only-fs  https://review.opendev.org/65786106:46
*** _hemna has quit IRC06:58
*** _hemna has joined #openstack-helm07:11
*** _hemna has quit IRC07:16
*** jamesgu__ has quit IRC07:19
*** jamesgu__ has joined #openstack-helm07:19
*** jamesgu has quit IRC07:23
*** jamesgu_ has quit IRC07:23
openstackgerritMerged openstack/openstack-helm-infra master: Fix broken network policy check/gate  https://review.opendev.org/65745807:34
*** jsuchome has joined #openstack-helm08:19
*** _hemna has joined #openstack-helm09:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-helm-images master: Add periodic building  https://review.opendev.org/65542609:36
*** _hemna has quit IRC09:46
*** portdirect has quit IRC10:58
*** portdirect has joined #openstack-helm10:59
*** ChanServ sets mode: +o portdirect10:59
*** itxaka has joined #openstack-helm11:10
openstackgerritItxaka Serrano Garcia proposed openstack/openstack-helm master: enable nova+neutron tempest tests for gate check  https://review.opendev.org/65767011:23
openstackgerritItxaka Serrano Garcia proposed openstack/openstack-helm master: enable nova+neutron tempest tests for gate check  https://review.opendev.org/65767011:24
openstackgerritItxaka Serrano Garcia proposed openstack/openstack-helm master: Add tempest job and gate to zuul as voting  https://review.opendev.org/65342811:25
*** _hemna has joined #openstack-helm11:42
openstackgerritItxaka Serrano Garcia proposed openstack/openstack-helm master: Fix experimental multinode tempest job  https://review.opendev.org/65764112:05
openstackgerritItxaka Serrano Garcia proposed openstack/openstack-helm master: enable nova+neutron tempest tests for gate check  https://review.opendev.org/65767012:06
*** _hemna has quit IRC12:17
*** aaronsheffield has joined #openstack-helm12:57
*** roman_g has quit IRC13:02
*** howell has joined #openstack-helm13:13
*** kranthikirang has joined #openstack-helm13:22
*** roman_g has joined #openstack-helm13:28
*** jaypipes has joined #openstack-helm13:32
*** jsuchome has quit IRC13:35
openstackgerritRahul Khiyani proposed openstack/openstack-helm-infra master: Elasticsearch: Add read-only-fs  https://review.opendev.org/65786313:44
*** Nishant_ has joined #openstack-helm13:45
*** nmimi has quit IRC13:49
*** ianychoi_ is now known as ianychoi14:00
*** _hemna has joined #openstack-helm14:13
*** aojea has quit IRC14:20
*** aojea has joined #openstack-helm14:20
*** roman_g has quit IRC14:27
mbuilhey guys, any hint to deploy openstack in two different nodes: one controller and one compute. The multinode guide does not explain exactly how: https://docs.openstack.org/openstack-helm/latest/install/multinode.html14:31
*** nick_kar has quit IRC14:39
*** dpawlik has quit IRC14:40
openstackgerritdeepak proposed openstack/openstack-helm-infra master: UCP: PostgreSQL: Support for configuration of log levels  https://review.opendev.org/62833614:44
*** _hemna has quit IRC14:46
*** kgz has quit IRC14:50
*** kragniz has joined #openstack-helm14:51
*** kragniz is now known as kgz14:51
itxakambuil, if Im reading this correctly it depends on your node labels, for example for nova compute your compute node needs the label `openstack-compute-node`15:10
itxakahttps://github.com/openstack/openstack-helm/blob/master/nova/values.yaml#L2515:11
itxakawhile your control plane node needs `openstack-control-plane`15:11
itxakaset with kubectl label nodes NODE_NAME LABEL15:12
mbuilitxaka: by your words it seems I could deploy OSH in an automatic way where there is some sort of inventory where nodes can have labels. Right now, I am deploying everything manually using the scripts listed in the documentation: https://docs.openstack.org/openstack-helm/latest/install/developer/deploy-with-nfs.html15:13
itxakambuil as far as I understand, you first label the nodes manually with kubctl and then install the helm chart and k8s will place the pods based on those labels, so it will schedule the compute pods only on nodes that have the compute label15:16
itxakakind of like the nova hostscheduler :P15:16
itxakasee for example this is one of my workers which acts as both compute and controller: https://pastebin.com/raw/rF3APz6H15:16
itxakaif I didnt want k8s to schedule a pod on that node, removing the openstack-compute-node=enabled label will avoid scheduling compute pods in there15:17
itxakathis is just how *i* think it works based on experience, it may not! but everything points to that15:18
*** aojea has quit IRC15:18
*** pgaxatte has quit IRC15:18
mbuilitxaka: thanks! I'll try that :)15:19
itxakayep, indeed it works liek that, I just set `kubectl label nodes itxaka-caasp-worker-0 openstack-compute-node=disabled --overwrite` and my compute pod was terminated on that worker15:20
*** roman_g has joined #openstack-helm15:22
*** jamesgu has joined #openstack-helm15:24
*** jamesgu_ has joined #openstack-helm15:24
*** NafH_ has joined #openstack-helm15:46
*** sreejithp has joined #openstack-helm15:50
*** sreejithp has quit IRC15:51
*** sreejithp has joined #openstack-helm15:51
*** witek has quit IRC15:56
openstackgerritMerged openstack/openstack-helm-infra master: Elasticsearch: Add read-only-fs  https://review.opendev.org/65786316:08
openstackgerritSteve Wilkerson proposed openstack/openstack-helm-infra master: Fluentd: Update image reference with newer Fluentd version  https://review.opendev.org/65841216:20
openstackgerritPrabhu Seshachellam proposed openstack/openstack-helm master: Integrating tungstenfabric plugin to osh  https://review.opendev.org/62257316:21
*** NafH_ has quit IRC16:29
*** roman_g has quit IRC16:36
*** roman_g has joined #openstack-helm16:37
*** _hemna has joined #openstack-helm16:43
*** _hemna has quit IRC17:16
openstackgerritBryan Strassner proposed openstack/openstack-helm-addons master: Add Sonobuoy plugin config from yaml  https://review.opendev.org/65161817:25
*** unicell has joined #openstack-helm17:27
*** unicell has quit IRC17:32
*** itxaka has quit IRC17:44
openstackgerritMerged openstack/openstack-helm-infra master: ceph-osd: Fix security context  https://review.opendev.org/65529117:57
openstackgerritDoug Aaser proposed openstack/openstack-helm-infra master: Patroni inclusion work for HA Postgres  https://review.opendev.org/64438818:49
openstackgerritPete Birley proposed openstack/openstack-helm master: Heat: Fix cadf values key  https://review.opendev.org/65845519:12
*** _hemna has joined #openstack-helm19:13
*** jistr has quit IRC19:28
*** jistr has joined #openstack-helm19:28
*** jistr has quit IRC19:29
*** jistr has joined #openstack-helm19:33
*** jistr has quit IRC19:40
*** jistr has joined #openstack-helm19:41
*** _hemna has quit IRC19:47
openstackgerritMerged openstack/openstack-helm master: Heat: Fix cadf values key  https://review.opendev.org/65845520:51
*** sreejithp has quit IRC20:58
*** jaypipes has quit IRC21:24
*** jaypipes has joined #openstack-helm21:24
*** _hemna has joined #openstack-helm21:44
openstackgerritKrishna Venkata proposed openstack/openstack-helm-infra master: [WIP] Implementing maxUnavailable value for Ceph components  https://review.opendev.org/65849221:48
*** roman_g has quit IRC21:56
*** howell has quit IRC22:10
*** roman_g has joined #openstack-helm22:14
openstackgerritKrishna Venkata proposed openstack/openstack-helm-infra master: [WIP] Implementing maxUnavailable value for Ceph components  https://review.opendev.org/65849222:15
*** _hemna has quit IRC22:17
openstackgerritColbert Philippe proposed openstack/openstack-helm-infra master: Added file for dashboard for displaying Megaraid metrics [668]  https://review.opendev.org/65849622:34
openstackgerritColbert Philippe proposed openstack/openstack-helm-infra master: Added file for Grafana dashboards for Lasermetrics [782]  https://review.opendev.org/65849722:36
*** _hemna has joined #openstack-helm22:44
*** jaypipes has quit IRC23:01
*** _hemna has quit IRC23:18
*** aaronsheffield has quit IRC23:36
*** kranthikirang has quit IRC23:41
*** unicell has joined #openstack-helm23:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!