Thanks Steve, that worked. I no longer see the openstack authentication
issue.

However, I am seeing the robot storage issues. When I run the validation
test, robot pod is killed because it is consuming more  "ephemeral-storage"
then allocated.
Do you know how to increase the " ephemeral-storage" for robot pod ? This
is a standard El Alto installation with no change in default configuration.
Why does validation tests take up so much of space (127421328Ki)

-----------------
aarna@anod-master:~/oom/kubernetes/robot$ kubectl get pod -n onap | grep
robot
dev-robot-robot-6d444f4cdd-94kkk                              1/1
Running      0          3m49s
dev-robot-robot-6d444f4cdd-vspc9                              0/1
Evicted      0          3d15h
aarna@anod-master:~/oom/kubernetes/robot$ kubectl describe pod -n onap
dev-robot-robot-6d444f4cdd-vspc9
Name:           dev-robot-robot-6d444f4cdd-vspc9
Namespace:      onap
Priority:       0
Node:           dublin06/
Start Time:     Thu, 19 Mar 2020 15:24:57 +0000
Labels:         app=robot
                pod-template-hash=6d444f4cdd
                release=dev-robot
Annotations:    cni.projectcalico.org/podIP: 10.42.1.56/32
Status:         Failed
Reason:         Evicted
Message:      *  The node was low on resource: ephemeral-storage. Container
robot was using 127421328Ki, which exceeds its request of 0.*
IP:
Controlled By:  ReplicaSet/dev-robot-robot-6d444f4cdd
Containers:
  robot:
    Image:        nexus3.onap.org:10001/onap/testsuite:1.5.4
    Port:         88/TCP
    Host Port:    0/TCP
    Liveness:     tcp-socket :88 delay=180s timeout=1s period=10s
#success=1 #failure=3
    Readiness:    tcp-socket :88 delay=180s timeout=1s period=10s
#success=1 #failure=3
    Environment:  <none>
    Mounts:
      /dev/shm from dshm (rw)
      /etc/localtime from localtime (ro)
      /share/config from robot-eteshare (rw)
      /share/logs from robot-logs (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from
default-token-2mz7g (ro)
Volumes:
  robot-logs:
    Type:       PersistentVolumeClaim (a reference to a
PersistentVolumeClaim in the same namespace)
    ClaimName:  dev-robot-robot
    ReadOnly:   false
  dshm:
    Type:       EmptyDir (a temporary directory that shares a pod's
lifetime)
    Medium:     Memory
    SizeLimit:  <unset>
  localtime:
    Type:          HostPath (bare host directory volume)
    Path:          /etc/localtime
    HostPathType:
  robot-eteshare:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      dev-robot-robot-eteshare-configmap
    Optional:  false
  default-token-2mz7g:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  default-token-2mz7g
    Optional:    false
QoS Class:       BestEffort
Node-Selectors:  <none>
Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                 node.kubernetes.io/unreachable:NoExecute for 300s
Events:
  Type     Reason   Age    From               Message
  ----     ------   ----   ----               -------

* Warning  Evicted  4m26s  kubelet, dublin06  The node was low on resource:
ephemeral-storage. Container robot was using 127421328Ki, which exceeds its
request of 0.  Normal   Killing  4m24s  kubelet, dublin06  Killing
container with id docker://robot:Need to kill Pod*
----------------------------------

thanks,
-RPMishra


On Fri, Mar 20, 2020 at 9:42 PM Steve Stark <[email protected]> wrote:

> Great that helps. It looks like instantiation worked, the part that's
> failing is some custom heat stack validation after the instantiation.
>
> I was able to replicate the failure you're getting. Can you change the
> admin_tenant value for your identity service to the tenant name instead of
> the tenant ID and try again? I think in your case the tenant name = admin.
>
> This is in the mariadb pod -
>
> MariaDB [catalogdb]> update identity_services set admin_tenant="<tenant
> name>" where id="<identity service id>";
>
> Thanks
> Steven
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#20334): https://lists.onap.org/g/onap-discuss/message/20334
Mute This Topic: https://lists.onap.org/mt/72026138/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to