Hi Roger,

               I get confused about the statement “no integration between OOM 
and Multicloud”.  I assumed that Multicloud as an ONAP component which will 
running as a micro service should be bootstapped by OOM, is that correct? I 
didn’t mean OOM will depend on Multicloud to interact with underlying 
OpenStack. Could you confirm my assumption is correct or not?

               Thanks.

Best Regards,
Bin Yang,    Solution Readiness Team,    Wind River
Direct +86,10,84777126    Mobile +86,13811391682    Fax +86,10,64398189
Skype: yangbincs993

From: Roger Maitland [mailto:roger.maitl...@amdocs.com]
Sent: Tuesday, August 22, 2017 9:18 PM
To: Yang, Bin; onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] [OOM] Is it possible to deploy ONAP services 
(MultiCloud services in my case) with fixed IP?

Hi Bin,

For the Amsterdam release there is no integration between OOM and Multicloud.  
However, it is possible to configure static IP address (which retain their 
values after being restarted) as shown in this Kubernetes example for 
nginx<https://github.com/kubernetes/ingress/blob/master/examples/static-ip/nginx/static-ip-svc.yaml>:
# This is the backend service
apiVersion: v1
kind: Service
metadata:
  name: nginx-ingress-lb
  annotations:
    service.beta.kubernetes.io/external-traffic: OnlyLocal
  labels:
    app: nginx-ingress-lb
spec:
  type: LoadBalancer
  loadBalancerIP: 104.154.109.191
  ports:
  - port: 80
    name: http
    targetPort: 80
  - port: 443
    name: https
    targetPort: 443
  selector:
    # Selects nginx-ingress-controller pods
    k8s-app: nginx-ingress-controller

So are you asking for an OOM configuration capability/file that would 
optionally specify static IP address for ONAP infrastructure components?

Cheers,
Roger Maitland
[amdocs-a]
Amdocs a Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Yang, Bin
Sent: Monday, August 21, 2017 4:41 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [OOM] Is it possible to deploy ONAP services 
(MultiCloud services in my case) with fixed IP?

Dear OOM team,

               Could you let me know if it is possible for OOM to deploy 
Multicloud services with fixed IP. Multicloud does not concern whatever the IP 
addresses that OOM assigned to Multicloud services, but please make sure the IP 
addresses assigned to multicloud services will not be changed after restarting 
these services.

               This requirement is important for Multicloud to expose service 
endpoints to APP-C with minimized effort to both project.

               Please let me know if it is feasible and makes sense.

Thanks.

Best Regards,
Bin Yang,    Solution Readiness Team,    Wind River
Direct +86,10,84777126    Mobile +86,13811391682    Fax +86,10,64398189
Skype: yangbincs993




This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to