grimlokason

Results 20 comments of grimlokason

Hello, a link to the sample has been sent by mail. Best regards.

Bonjour @Simounet Merci pour ton retour. Voici le retour de la commande demandée, et il y a bel et bien le ANSI_QUOTES : ```sql MySQL [(none)]> SELECT @@sql_mode; +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |...

the new awx kit doesn't seem to have the possibility to do some export as with tower-cli. But with tower-cli/awx-migrate we can fix it with some action directly in database...

> You can use `requirements.txt` to specify the constraints. Hello, @Akasurde Every package within the requirements.txt is going to be installed, thats not what the constraints option of pip is...

> I was able to speed up my builds by adding a minimum version to each item in the file > > ``` > ucsmsdk>=0.9.14 > pywinrm>=0.4.3 > ``` Hello,...

It's kind of sad that there is no information about it in the manual...

Take care, it seems that you inverted the pin ( but you followed the manual :') ) : https://github.com/bigtreetech/EBB/issues/29

Hello, ClusterRoles should be reassigned as Roles since the awx-operator is namespaced ( https://sdk.operatorframework.io/docs/building-operators/golang/operator-scope/#changing-the-permissions-to-namespaced ) Is there some issue in doing it ? Once done, we will be able to...

Hello, The issue is from those 3 files : ``` [awx-operator]$ cat Chart.yaml |grep version version: 2.1.0 [awx-operator]$ grep -Hri clusterrole * templates/clusterrolebinding-awx-operator-proxy-rolebinding.yaml:kind: ClusterRoleBinding templates/clusterrolebinding-awx-operator-proxy-rolebinding.yaml: kind: ClusterRole templates/clusterrole-awx-operator-proxy-role.yaml:kind: ClusterRole templates/clusterrole-awx-operator-metrics-reader.yaml:kind:...

the only workaround i've found is here : > Hello, The issue is from those 3 files : > > ``` > [awx-operator]$ cat Chart.yaml |grep version > version: 2.1.0...