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

several issues with VCF SDDC manager integration #542

Open
fabienbrami opened this issue Mar 28, 2019 · 4 comments
Open

several issues with VCF SDDC manager integration #542

fabienbrami opened this issue Mar 28, 2019 · 4 comments

Comments

@fabienbrami
Copy link

The things I encountered that looks like bug either in SDDC Manager or OneView redfish connector:

  1. All decommission tasks appears as failed in SDDC manager whereas the deprovision on OneView is successful ( I guess the issue is the same as for commissioning point 2)
  2. Same problem for commissioning. this got solved by changing the retrydelay in redfish.conf
    [event_service]
    DeliveryRetryAttempts = 30
    DeliveryRetryIntervalSeconds = 30
  3. When adding a new template in OneView, it is never reflected in SDDC Manager, I had to restart so that it gets updated.
  4. Impossible to use a self signed certificates with SDDC Manager

Important missing features in the connector

  1. When provisioning a new server from SDDC Manager we should have the possibility to power it on. Currently you have options to poweroff a server to apply a server profile from the connector but not to power it on automatically after provisioning.
    this is really important because the message is : When you use this connector you do not need to connect to OneView to manage the server. And here this is false because we need to connect to OneView to power it on
  2. We should have the possibility to set the boot_once parameter to pxe or http/https boot so that the server can get provisioned automatically after boot.

Last point I am wondering, you do not apply a template to a server profile but get the template and rebuild the xml based on this template.
This gives 2 issues for me :

  1. With the OneView for vCenter plugin, as it checks any cluster based on their server profile template deployment. So you cannot use at all this plugin with redfish connector
  2. To check if a server profile is compliant with the template that was used for deployment. If you need to modify the server profile afterward you need to modify all of them one by One without any means to check if the modification was really applied and that you did not miss any of the servers. This cannot happen with a server profile template compliance verification.

I would rather deploy the server profile based on its template

@clmuelle001
Copy link

Hi Fabien!

You wrote: "Impossible to use a self signed certificates with SDDC Manager."

Where do you need not self signed certificates? Are they already necessary when conneting the redfish-translation-toolkit itself? Which errors did you see when using the self-signed certificates and how did you install the certificates?

Regards
Claus

@Vijayakannan-M
Copy link
Collaborator

Vijayakannan-M commented Apr 30, 2019

Importing self signed certificate within SDDC manager:

sddc-mngr

@jscaminaci
Copy link

Do you disable self-signed in the config file or do you need to use a cert from a CA?

@Vijayakannan-M
Copy link
Collaborator

We didn't do any changes with respect to certificate. self signed certificates works well in VCF 3.9.1 environment also.

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

4 participants