Skip to content
#

redhat

Here are 397 public repositories matching this topic...

m8ram
m8ram commented Apr 24, 2020

Based on the current README my expectation was that the certificate_file, certificate_key_file and certificate_chain_file directives needed to point to local (on the ansible control node) which would get installed by the role.

It turns out that the paths are entered in the vhosts.conf.
No files are deployed so the playbook needs to handle that outisde this role.

I believe it would be useful

norricorp
norricorp commented Aug 23, 2019

The spring security code is left on feature branch.
Looking at ProductAppApplication.java, in the tutorial,

@GetMapping(path = "/products")
public String getProducts(Principal principal, Model model){
   model.addAttribute("principal",principal);
   model.addAttribute("products", productService.getProducts());
   return "products";
}

whereas in GitHub

@GetMapping(path = "/
dani4571
dani4571 commented Aug 10, 2019

I've been attempting to deploy OKD to BYO Infrastructure by setting

openshift_deployment_type: origin
deployment_type: origin

Currently running into the error:

Error reading manifest latest in registry.redhat.io/openshift/origin: unknown: Not Found

I'm assuming there's issues with my configuration but can't seem to find documentation on how to use casl-ansible for an OKD depl

techdaddies-kevin
techdaddies-kevin commented Feb 15, 2017

The official Galera deployment guidelines make a few recommendations that I'd love to see implemented into this playbook.

  1. Each datacenter should have a unique gmcast.segment ID so that the nodes know who is closest and who is in each DC (Helps with replication optimization). It would be great to be able to define this in the host or group inventory.

  2. Use the server private IP address in

Improve this page

Add a description, image, and links to the redhat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the redhat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.