@@ -151,3 +151,42 @@ echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC7erwMfyTSO7xn8axjAp2NTbBHjDVdu+6J17
151
151
# ------------------------------------------------------------------------------#
152
152
# @see https://docs.tsuru.io/stable/installing/gandalf.html
153
153
# @see https://docs.tsuru.io/stable/managing/repositories.html
154
+
155
+ curl -s https://packagecloud.io/install/repositories/tsuru/stable/script.deb.sh | sudo bash
156
+ sudo apt install gandalf-server
157
+
158
+ # NOTA: Que estranho. O Gandalf tem um repositório dedicado no packagecloud.io
159
+ # porém a documentação oficial do Tsuru para Ubuntu ainda recomenda
160
+ # aquele PPA super desatualizado. Se for isso mesmo vale a pena avisar
161
+ # o uptstream (fititnt, 2019-06-03 02:40 BRT)
162
+
163
+ apt policy tsuru-client
164
+ # tsuru-client:
165
+ # Installed: (none)
166
+ # Candidate: 1.6.0
167
+ # Version table:
168
+ # 1.6.0 500
169
+ # 500 https://packagecloud.io/tsuru/stable/ubuntu bionic/main amd64 Packages
170
+ # 1.5.1 500
171
+ # 500 https://packagecloud.io/tsuru/stable/ubuntu bionic/main amd64 Packages
172
+
173
+ # NOTA: Yep. E a versão é exatamente a que foi instalada manualmente.
174
+ # Provavelmente devo remover a versão manual de fititnt-bravo e de
175
+ # aguia-pescadora-charlie.etica.ai (fititnt, 2019-06-03 02:45 BRT)
176
+
177
+ # # Instala o Galdalf (conforme https://docs.tsuru.io/stable/installing/gandalf.html)
178
+ sudo apt install gandalf-server
179
+ # Reading package lists... Done
180
+ # Building dependency tree
181
+ # Reading state information... Done
182
+ # E: Unable to locate package gandalf-server
183
+
184
+ # NOTA: O Tsuru 1.6.0 está disponível no Ubunu 18.04, mas não o Gandalf. Tem que
185
+ # considerar reportar mais de um repositório
186
+ # (fititnt, 2019-06-03 02:58 BRT)
187
+
188
+ # NOTA: reportado em https://github.com/tsuru/gandalf/issues/216
189
+
190
+ # Podemos considerar instalar do código fonte, porém nesse momento vou ver
191
+ # outras ações, como configurar o Tsuru melhor antes de usar o Gandalf
192
+ # (fititnt, 2019-06-03 03:20 BRT)
0 commit comments