oc_secret.py 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/secret -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_secret
  52. short_description: Module to manage openshift secrets
  53. description:
  54. - Manage openshift secrets programmatically.
  55. options:
  56. state:
  57. description:
  58. - If present, the secret will be created if it doesn't exist or updated if different. If absent, the secret will be removed if present. If list, information about the secret will be gathered and returned as part of the Ansible call results.
  59. required: false
  60. default: present
  61. choices: ["present", "absent", "list"]
  62. aliases: []
  63. kubeconfig:
  64. description:
  65. - The path for the kubeconfig file to use for authentication
  66. required: false
  67. default: /etc/origin/master/admin.kubeconfig
  68. aliases: []
  69. debug:
  70. description:
  71. - Turn on debug output.
  72. required: false
  73. default: False
  74. aliases: []
  75. name:
  76. description:
  77. - Name of the object that is being queried.
  78. required: false
  79. default: None
  80. aliases: []
  81. namespace:
  82. description:
  83. - The namespace where the object lives.
  84. required: false
  85. default: default
  86. aliases: []
  87. files:
  88. description:
  89. - A list of files provided for secrets
  90. required: false
  91. default: None
  92. aliases: []
  93. delete_after:
  94. description:
  95. - Whether or not to delete the files after processing them.
  96. required: false
  97. default: false
  98. aliases: []
  99. contents:
  100. description:
  101. - Content of the secrets
  102. required: false
  103. default: None
  104. aliases: []
  105. force:
  106. description:
  107. - Whether or not to force the operation
  108. required: false
  109. default: false
  110. aliases: []
  111. decode:
  112. description:
  113. - base64 decode the object
  114. required: false
  115. default: false
  116. aliases: []
  117. author:
  118. - "Kenny Woodson <kwoodson@redhat.com>"
  119. extends_documentation_fragment: []
  120. '''
  121. EXAMPLES = '''
  122. - name: create secret
  123. oc_secret:
  124. state: present
  125. namespace: openshift-infra
  126. name: metrics-deployer
  127. files:
  128. - name: nothing
  129. path: /dev/null
  130. register: secretout
  131. run_once: true
  132. - name: get ca from hawkular
  133. oc_secret:
  134. state: list
  135. namespace: openshift-infra
  136. name: hawkular-metrics-certificate
  137. decode: True
  138. register: hawkout
  139. run_once: true
  140. - name: Create secrets
  141. oc_secret:
  142. namespace: mynamespace
  143. name: mysecrets
  144. contents:
  145. - path: data.yml
  146. data: "{{ data_content }}"
  147. - path: auth-keys
  148. data: "{{ auth_keys_content }}"
  149. - path: configdata.yml
  150. data: "{{ configdata_content }}"
  151. - path: cert.crt
  152. data: "{{ cert_content }}"
  153. - path: key.pem
  154. data: "{{ osso_site_key_content }}"
  155. - path: ca.cert.pem
  156. data: "{{ ca_cert_content }}"
  157. register: secretout
  158. '''
  159. # -*- -*- -*- End included fragment: doc/secret -*- -*- -*-
  160. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  161. # pylint: disable=undefined-variable,missing-docstring
  162. # noqa: E301,E302
  163. class YeditException(Exception):
  164. ''' Exception class for Yedit '''
  165. pass
  166. # pylint: disable=too-many-public-methods
  167. class Yedit(object):
  168. ''' Class to modify yaml files '''
  169. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  170. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  171. com_sep = set(['.', '#', '|', ':'])
  172. # pylint: disable=too-many-arguments
  173. def __init__(self,
  174. filename=None,
  175. content=None,
  176. content_type='yaml',
  177. separator='.',
  178. backup=False):
  179. self.content = content
  180. self._separator = separator
  181. self.filename = filename
  182. self.__yaml_dict = content
  183. self.content_type = content_type
  184. self.backup = backup
  185. self.load(content_type=self.content_type)
  186. if self.__yaml_dict is None:
  187. self.__yaml_dict = {}
  188. @property
  189. def separator(self):
  190. ''' getter method for yaml_dict '''
  191. return self._separator
  192. @separator.setter
  193. def separator(self):
  194. ''' getter method for yaml_dict '''
  195. return self._separator
  196. @property
  197. def yaml_dict(self):
  198. ''' getter method for yaml_dict '''
  199. return self.__yaml_dict
  200. @yaml_dict.setter
  201. def yaml_dict(self, value):
  202. ''' setter method for yaml_dict '''
  203. self.__yaml_dict = value
  204. @staticmethod
  205. def parse_key(key, sep='.'):
  206. '''parse the key allowing the appropriate separator'''
  207. common_separators = list(Yedit.com_sep - set([sep]))
  208. return re.findall(Yedit.re_key % ''.join(common_separators), key)
  209. @staticmethod
  210. def valid_key(key, sep='.'):
  211. '''validate the incoming key'''
  212. common_separators = list(Yedit.com_sep - set([sep]))
  213. if not re.match(Yedit.re_valid_key % ''.join(common_separators), key):
  214. return False
  215. return True
  216. @staticmethod
  217. def remove_entry(data, key, sep='.'):
  218. ''' remove data at location key '''
  219. if key == '' and isinstance(data, dict):
  220. data.clear()
  221. return True
  222. elif key == '' and isinstance(data, list):
  223. del data[:]
  224. return True
  225. if not (key and Yedit.valid_key(key, sep)) and \
  226. isinstance(data, (list, dict)):
  227. return None
  228. key_indexes = Yedit.parse_key(key, sep)
  229. for arr_ind, dict_key in key_indexes[:-1]:
  230. if dict_key and isinstance(data, dict):
  231. data = data.get(dict_key, None)
  232. elif (arr_ind and isinstance(data, list) and
  233. int(arr_ind) <= len(data) - 1):
  234. data = data[int(arr_ind)]
  235. else:
  236. return None
  237. # process last index for remove
  238. # expected list entry
  239. if key_indexes[-1][0]:
  240. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  241. del data[int(key_indexes[-1][0])]
  242. return True
  243. # expected dict entry
  244. elif key_indexes[-1][1]:
  245. if isinstance(data, dict):
  246. del data[key_indexes[-1][1]]
  247. return True
  248. @staticmethod
  249. def add_entry(data, key, item=None, sep='.'):
  250. ''' Get an item from a dictionary with key notation a.b.c
  251. d = {'a': {'b': 'c'}}}
  252. key = a#b
  253. return c
  254. '''
  255. if key == '':
  256. pass
  257. elif (not (key and Yedit.valid_key(key, sep)) and
  258. isinstance(data, (list, dict))):
  259. return None
  260. key_indexes = Yedit.parse_key(key, sep)
  261. for arr_ind, dict_key in key_indexes[:-1]:
  262. if dict_key:
  263. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  264. data = data[dict_key]
  265. continue
  266. elif data and not isinstance(data, dict):
  267. raise YeditException("Unexpected item type found while going through key " +
  268. "path: {} (at key: {})".format(key, dict_key))
  269. data[dict_key] = {}
  270. data = data[dict_key]
  271. elif (arr_ind and isinstance(data, list) and
  272. int(arr_ind) <= len(data) - 1):
  273. data = data[int(arr_ind)]
  274. else:
  275. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  276. if key == '':
  277. data = item
  278. # process last index for add
  279. # expected list entry
  280. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  281. data[int(key_indexes[-1][0])] = item
  282. # expected dict entry
  283. elif key_indexes[-1][1] and isinstance(data, dict):
  284. data[key_indexes[-1][1]] = item
  285. # didn't add/update to an existing list, nor add/update key to a dict
  286. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  287. # non-existent array
  288. else:
  289. raise YeditException("Error adding to object at path: {}".format(key))
  290. return data
  291. @staticmethod
  292. def get_entry(data, key, sep='.'):
  293. ''' Get an item from a dictionary with key notation a.b.c
  294. d = {'a': {'b': 'c'}}}
  295. key = a.b
  296. return c
  297. '''
  298. if key == '':
  299. pass
  300. elif (not (key and Yedit.valid_key(key, sep)) and
  301. isinstance(data, (list, dict))):
  302. return None
  303. key_indexes = Yedit.parse_key(key, sep)
  304. for arr_ind, dict_key in key_indexes:
  305. if dict_key and isinstance(data, dict):
  306. data = data.get(dict_key, None)
  307. elif (arr_ind and isinstance(data, list) and
  308. int(arr_ind) <= len(data) - 1):
  309. data = data[int(arr_ind)]
  310. else:
  311. return None
  312. return data
  313. @staticmethod
  314. def _write(filename, contents):
  315. ''' Actually write the file contents to disk. This helps with mocking. '''
  316. tmp_filename = filename + '.yedit'
  317. with open(tmp_filename, 'w') as yfd:
  318. yfd.write(contents)
  319. os.rename(tmp_filename, filename)
  320. def write(self):
  321. ''' write to file '''
  322. if not self.filename:
  323. raise YeditException('Please specify a filename.')
  324. if self.backup and self.file_exists():
  325. shutil.copy(self.filename, self.filename + '.orig')
  326. # Try to set format attributes if supported
  327. try:
  328. self.yaml_dict.fa.set_block_style()
  329. except AttributeError:
  330. pass
  331. # Try to use RoundTripDumper if supported.
  332. try:
  333. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  334. except AttributeError:
  335. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  336. return (True, self.yaml_dict)
  337. def read(self):
  338. ''' read from file '''
  339. # check if it exists
  340. if self.filename is None or not self.file_exists():
  341. return None
  342. contents = None
  343. with open(self.filename) as yfd:
  344. contents = yfd.read()
  345. return contents
  346. def file_exists(self):
  347. ''' return whether file exists '''
  348. if os.path.exists(self.filename):
  349. return True
  350. return False
  351. def load(self, content_type='yaml'):
  352. ''' return yaml file '''
  353. contents = self.read()
  354. if not contents and not self.content:
  355. return None
  356. if self.content:
  357. if isinstance(self.content, dict):
  358. self.yaml_dict = self.content
  359. return self.yaml_dict
  360. elif isinstance(self.content, str):
  361. contents = self.content
  362. # check if it is yaml
  363. try:
  364. if content_type == 'yaml' and contents:
  365. # Try to set format attributes if supported
  366. try:
  367. self.yaml_dict.fa.set_block_style()
  368. except AttributeError:
  369. pass
  370. # Try to use RoundTripLoader if supported.
  371. try:
  372. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  373. except AttributeError:
  374. self.yaml_dict = yaml.safe_load(contents)
  375. # Try to set format attributes if supported
  376. try:
  377. self.yaml_dict.fa.set_block_style()
  378. except AttributeError:
  379. pass
  380. elif content_type == 'json' and contents:
  381. self.yaml_dict = json.loads(contents)
  382. except yaml.YAMLError as err:
  383. # Error loading yaml or json
  384. raise YeditException('Problem with loading yaml file. %s' % err)
  385. return self.yaml_dict
  386. def get(self, key):
  387. ''' get a specified key'''
  388. try:
  389. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  390. except KeyError:
  391. entry = None
  392. return entry
  393. def pop(self, path, key_or_item):
  394. ''' remove a key, value pair from a dict or an item for a list'''
  395. try:
  396. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  397. except KeyError:
  398. entry = None
  399. if entry is None:
  400. return (False, self.yaml_dict)
  401. if isinstance(entry, dict):
  402. # AUDIT:maybe-no-member makes sense due to fuzzy types
  403. # pylint: disable=maybe-no-member
  404. if key_or_item in entry:
  405. entry.pop(key_or_item)
  406. return (True, self.yaml_dict)
  407. return (False, self.yaml_dict)
  408. elif isinstance(entry, list):
  409. # AUDIT:maybe-no-member makes sense due to fuzzy types
  410. # pylint: disable=maybe-no-member
  411. ind = None
  412. try:
  413. ind = entry.index(key_or_item)
  414. except ValueError:
  415. return (False, self.yaml_dict)
  416. entry.pop(ind)
  417. return (True, self.yaml_dict)
  418. return (False, self.yaml_dict)
  419. def delete(self, path):
  420. ''' remove path from a dict'''
  421. try:
  422. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  423. except KeyError:
  424. entry = None
  425. if entry is None:
  426. return (False, self.yaml_dict)
  427. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  428. if not result:
  429. return (False, self.yaml_dict)
  430. return (True, self.yaml_dict)
  431. def exists(self, path, value):
  432. ''' check if value exists at path'''
  433. try:
  434. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  435. except KeyError:
  436. entry = None
  437. if isinstance(entry, list):
  438. if value in entry:
  439. return True
  440. return False
  441. elif isinstance(entry, dict):
  442. if isinstance(value, dict):
  443. rval = False
  444. for key, val in value.items():
  445. if entry[key] != val:
  446. rval = False
  447. break
  448. else:
  449. rval = True
  450. return rval
  451. return value in entry
  452. return entry == value
  453. def append(self, path, value):
  454. '''append value to a list'''
  455. try:
  456. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  457. except KeyError:
  458. entry = None
  459. if entry is None:
  460. self.put(path, [])
  461. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  462. if not isinstance(entry, list):
  463. return (False, self.yaml_dict)
  464. # AUDIT:maybe-no-member makes sense due to loading data from
  465. # a serialized format.
  466. # pylint: disable=maybe-no-member
  467. entry.append(value)
  468. return (True, self.yaml_dict)
  469. # pylint: disable=too-many-arguments
  470. def update(self, path, value, index=None, curr_value=None):
  471. ''' put path, value into a dict '''
  472. try:
  473. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  474. except KeyError:
  475. entry = None
  476. if isinstance(entry, dict):
  477. # AUDIT:maybe-no-member makes sense due to fuzzy types
  478. # pylint: disable=maybe-no-member
  479. if not isinstance(value, dict):
  480. raise YeditException('Cannot replace key, value entry in ' +
  481. 'dict with non-dict type. value=[%s] [%s]' % (value, type(value))) # noqa: E501
  482. entry.update(value)
  483. return (True, self.yaml_dict)
  484. elif isinstance(entry, list):
  485. # AUDIT:maybe-no-member makes sense due to fuzzy types
  486. # pylint: disable=maybe-no-member
  487. ind = None
  488. if curr_value:
  489. try:
  490. ind = entry.index(curr_value)
  491. except ValueError:
  492. return (False, self.yaml_dict)
  493. elif index is not None:
  494. ind = index
  495. if ind is not None and entry[ind] != value:
  496. entry[ind] = value
  497. return (True, self.yaml_dict)
  498. # see if it exists in the list
  499. try:
  500. ind = entry.index(value)
  501. except ValueError:
  502. # doesn't exist, append it
  503. entry.append(value)
  504. return (True, self.yaml_dict)
  505. # already exists, return
  506. if ind is not None:
  507. return (False, self.yaml_dict)
  508. return (False, self.yaml_dict)
  509. def put(self, path, value):
  510. ''' put path, value into a dict '''
  511. try:
  512. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  513. except KeyError:
  514. entry = None
  515. if entry == value:
  516. return (False, self.yaml_dict)
  517. # deepcopy didn't work
  518. # Try to use ruamel.yaml and fallback to pyyaml
  519. try:
  520. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  521. default_flow_style=False),
  522. yaml.RoundTripLoader)
  523. except AttributeError:
  524. tmp_copy = copy.deepcopy(self.yaml_dict)
  525. # set the format attributes if available
  526. try:
  527. tmp_copy.fa.set_block_style()
  528. except AttributeError:
  529. pass
  530. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  531. if not result:
  532. return (False, self.yaml_dict)
  533. self.yaml_dict = tmp_copy
  534. return (True, self.yaml_dict)
  535. def create(self, path, value):
  536. ''' create a yaml file '''
  537. if not self.file_exists():
  538. # deepcopy didn't work
  539. # Try to use ruamel.yaml and fallback to pyyaml
  540. try:
  541. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  542. default_flow_style=False),
  543. yaml.RoundTripLoader)
  544. except AttributeError:
  545. tmp_copy = copy.deepcopy(self.yaml_dict)
  546. # set the format attributes if available
  547. try:
  548. tmp_copy.fa.set_block_style()
  549. except AttributeError:
  550. pass
  551. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  552. if result:
  553. self.yaml_dict = tmp_copy
  554. return (True, self.yaml_dict)
  555. return (False, self.yaml_dict)
  556. @staticmethod
  557. def get_curr_value(invalue, val_type):
  558. '''return the current value'''
  559. if invalue is None:
  560. return None
  561. curr_value = invalue
  562. if val_type == 'yaml':
  563. curr_value = yaml.load(invalue)
  564. elif val_type == 'json':
  565. curr_value = json.loads(invalue)
  566. return curr_value
  567. @staticmethod
  568. def parse_value(inc_value, vtype=''):
  569. '''determine value type passed'''
  570. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  571. 'on', 'On', 'ON', ]
  572. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  573. 'off', 'Off', 'OFF']
  574. # It came in as a string but you didn't specify value_type as string
  575. # we will convert to bool if it matches any of the above cases
  576. if isinstance(inc_value, str) and 'bool' in vtype:
  577. if inc_value not in true_bools and inc_value not in false_bools:
  578. raise YeditException('Not a boolean type. str=[%s] vtype=[%s]'
  579. % (inc_value, vtype))
  580. elif isinstance(inc_value, bool) and 'str' in vtype:
  581. inc_value = str(inc_value)
  582. # If vtype is not str then go ahead and attempt to yaml load it.
  583. if isinstance(inc_value, str) and 'str' not in vtype:
  584. try:
  585. inc_value = yaml.load(inc_value)
  586. except Exception:
  587. raise YeditException('Could not determine type of incoming ' +
  588. 'value. value=[%s] vtype=[%s]'
  589. % (type(inc_value), vtype))
  590. return inc_value
  591. # pylint: disable=too-many-return-statements,too-many-branches
  592. @staticmethod
  593. def run_ansible(module):
  594. '''perform the idempotent crud operations'''
  595. yamlfile = Yedit(filename=module.params['src'],
  596. backup=module.params['backup'],
  597. separator=module.params['separator'])
  598. if module.params['src']:
  599. rval = yamlfile.load()
  600. if yamlfile.yaml_dict is None and \
  601. module.params['state'] != 'present':
  602. return {'failed': True,
  603. 'msg': 'Error opening file [%s]. Verify that the ' +
  604. 'file exists, that it is has correct' +
  605. ' permissions, and is valid yaml.'}
  606. if module.params['state'] == 'list':
  607. if module.params['content']:
  608. content = Yedit.parse_value(module.params['content'],
  609. module.params['content_type'])
  610. yamlfile.yaml_dict = content
  611. if module.params['key']:
  612. rval = yamlfile.get(module.params['key']) or {}
  613. return {'changed': False, 'result': rval, 'state': "list"}
  614. elif module.params['state'] == 'absent':
  615. if module.params['content']:
  616. content = Yedit.parse_value(module.params['content'],
  617. module.params['content_type'])
  618. yamlfile.yaml_dict = content
  619. if module.params['update']:
  620. rval = yamlfile.pop(module.params['key'],
  621. module.params['value'])
  622. else:
  623. rval = yamlfile.delete(module.params['key'])
  624. if rval[0] and module.params['src']:
  625. yamlfile.write()
  626. return {'changed': rval[0], 'result': rval[1], 'state': "absent"}
  627. elif module.params['state'] == 'present':
  628. # check if content is different than what is in the file
  629. if module.params['content']:
  630. content = Yedit.parse_value(module.params['content'],
  631. module.params['content_type'])
  632. # We had no edits to make and the contents are the same
  633. if yamlfile.yaml_dict == content and \
  634. module.params['value'] is None:
  635. return {'changed': False,
  636. 'result': yamlfile.yaml_dict,
  637. 'state': "present"}
  638. yamlfile.yaml_dict = content
  639. # we were passed a value; parse it
  640. if module.params['value']:
  641. value = Yedit.parse_value(module.params['value'],
  642. module.params['value_type'])
  643. key = module.params['key']
  644. if module.params['update']:
  645. # pylint: disable=line-too-long
  646. curr_value = Yedit.get_curr_value(Yedit.parse_value(module.params['curr_value']), # noqa: E501
  647. module.params['curr_value_format']) # noqa: E501
  648. rval = yamlfile.update(key, value, module.params['index'], curr_value) # noqa: E501
  649. elif module.params['append']:
  650. rval = yamlfile.append(key, value)
  651. else:
  652. rval = yamlfile.put(key, value)
  653. if rval[0] and module.params['src']:
  654. yamlfile.write()
  655. return {'changed': rval[0],
  656. 'result': rval[1], 'state': "present"}
  657. # no edits to make
  658. if module.params['src']:
  659. # pylint: disable=redefined-variable-type
  660. rval = yamlfile.write()
  661. return {'changed': rval[0],
  662. 'result': rval[1],
  663. 'state': "present"}
  664. return {'failed': True, 'msg': 'Unkown state passed'}
  665. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  666. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  667. # pylint: disable=too-many-lines
  668. # noqa: E301,E302,E303,T001
  669. class OpenShiftCLIError(Exception):
  670. '''Exception class for openshiftcli'''
  671. pass
  672. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  673. def locate_oc_binary():
  674. ''' Find and return oc binary file '''
  675. # https://github.com/openshift/openshift-ansible/issues/3410
  676. # oc can be in /usr/local/bin in some cases, but that may not
  677. # be in $PATH due to ansible/sudo
  678. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  679. oc_binary = 'oc'
  680. # Use shutil.which if it is available, otherwise fallback to a naive path search
  681. try:
  682. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  683. if which_result is not None:
  684. oc_binary = which_result
  685. except AttributeError:
  686. for path in paths:
  687. if os.path.exists(os.path.join(path, oc_binary)):
  688. oc_binary = os.path.join(path, oc_binary)
  689. break
  690. return oc_binary
  691. # pylint: disable=too-few-public-methods
  692. class OpenShiftCLI(object):
  693. ''' Class to wrap the command line tools '''
  694. def __init__(self,
  695. namespace,
  696. kubeconfig='/etc/origin/master/admin.kubeconfig',
  697. verbose=False,
  698. all_namespaces=False):
  699. ''' Constructor for OpenshiftCLI '''
  700. self.namespace = namespace
  701. self.verbose = verbose
  702. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  703. self.all_namespaces = all_namespaces
  704. self.oc_binary = locate_oc_binary()
  705. # Pylint allows only 5 arguments to be passed.
  706. # pylint: disable=too-many-arguments
  707. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  708. ''' replace the current object with the content '''
  709. res = self._get(resource, rname)
  710. if not res['results']:
  711. return res
  712. fname = Utils.create_tmpfile(rname + '-')
  713. yed = Yedit(fname, res['results'][0], separator=sep)
  714. changes = []
  715. for key, value in content.items():
  716. changes.append(yed.put(key, value))
  717. if any([change[0] for change in changes]):
  718. yed.write()
  719. atexit.register(Utils.cleanup, [fname])
  720. return self._replace(fname, force)
  721. return {'returncode': 0, 'updated': False}
  722. def _replace(self, fname, force=False):
  723. '''replace the current object with oc replace'''
  724. cmd = ['replace', '-f', fname]
  725. if force:
  726. cmd.append('--force')
  727. return self.openshift_cmd(cmd)
  728. def _create_from_content(self, rname, content):
  729. '''create a temporary file and then call oc create on it'''
  730. fname = Utils.create_tmpfile(rname + '-')
  731. yed = Yedit(fname, content=content)
  732. yed.write()
  733. atexit.register(Utils.cleanup, [fname])
  734. return self._create(fname)
  735. def _create(self, fname):
  736. '''call oc create on a filename'''
  737. return self.openshift_cmd(['create', '-f', fname])
  738. def _delete(self, resource, rname, selector=None):
  739. '''call oc delete on a resource'''
  740. cmd = ['delete', resource, rname]
  741. if selector:
  742. cmd.append('--selector=%s' % selector)
  743. return self.openshift_cmd(cmd)
  744. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  745. '''process a template
  746. template_name: the name of the template to process
  747. create: whether to send to oc create after processing
  748. params: the parameters for the template
  749. template_data: the incoming template's data; instead of a file
  750. '''
  751. cmd = ['process']
  752. if template_data:
  753. cmd.extend(['-f', '-'])
  754. else:
  755. cmd.append(template_name)
  756. if params:
  757. param_str = ["%s=%s" % (key, value) for key, value in params.items()]
  758. cmd.append('-v')
  759. cmd.extend(param_str)
  760. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  761. if results['returncode'] != 0 or not create:
  762. return results
  763. fname = Utils.create_tmpfile(template_name + '-')
  764. yed = Yedit(fname, results['results'])
  765. yed.write()
  766. atexit.register(Utils.cleanup, [fname])
  767. return self.openshift_cmd(['create', '-f', fname])
  768. def _get(self, resource, rname=None, selector=None):
  769. '''return a resource by name '''
  770. cmd = ['get', resource]
  771. if selector:
  772. cmd.append('--selector=%s' % selector)
  773. elif rname:
  774. cmd.append(rname)
  775. cmd.extend(['-o', 'json'])
  776. rval = self.openshift_cmd(cmd, output=True)
  777. # Ensure results are retuned in an array
  778. if 'items' in rval:
  779. rval['results'] = rval['items']
  780. elif not isinstance(rval['results'], list):
  781. rval['results'] = [rval['results']]
  782. return rval
  783. def _schedulable(self, node=None, selector=None, schedulable=True):
  784. ''' perform oadm manage-node scheduable '''
  785. cmd = ['manage-node']
  786. if node:
  787. cmd.extend(node)
  788. else:
  789. cmd.append('--selector=%s' % selector)
  790. cmd.append('--schedulable=%s' % schedulable)
  791. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  792. def _list_pods(self, node=None, selector=None, pod_selector=None):
  793. ''' perform oadm list pods
  794. node: the node in which to list pods
  795. selector: the label selector filter if provided
  796. pod_selector: the pod selector filter if provided
  797. '''
  798. cmd = ['manage-node']
  799. if node:
  800. cmd.extend(node)
  801. else:
  802. cmd.append('--selector=%s' % selector)
  803. if pod_selector:
  804. cmd.append('--pod-selector=%s' % pod_selector)
  805. cmd.extend(['--list-pods', '-o', 'json'])
  806. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  807. # pylint: disable=too-many-arguments
  808. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  809. ''' perform oadm manage-node evacuate '''
  810. cmd = ['manage-node']
  811. if node:
  812. cmd.extend(node)
  813. else:
  814. cmd.append('--selector=%s' % selector)
  815. if dry_run:
  816. cmd.append('--dry-run')
  817. if pod_selector:
  818. cmd.append('--pod-selector=%s' % pod_selector)
  819. if grace_period:
  820. cmd.append('--grace-period=%s' % int(grace_period))
  821. if force:
  822. cmd.append('--force')
  823. cmd.append('--evacuate')
  824. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  825. def _version(self):
  826. ''' return the openshift version'''
  827. return self.openshift_cmd(['version'], output=True, output_type='raw')
  828. def _import_image(self, url=None, name=None, tag=None):
  829. ''' perform image import '''
  830. cmd = ['import-image']
  831. image = '{0}'.format(name)
  832. if tag:
  833. image += ':{0}'.format(tag)
  834. cmd.append(image)
  835. if url:
  836. cmd.append('--from={0}/{1}'.format(url, image))
  837. cmd.append('-n{0}'.format(self.namespace))
  838. cmd.append('--confirm')
  839. return self.openshift_cmd(cmd)
  840. def _run(self, cmds, input_data):
  841. ''' Actually executes the command. This makes mocking easier. '''
  842. curr_env = os.environ.copy()
  843. curr_env.update({'KUBECONFIG': self.kubeconfig})
  844. proc = subprocess.Popen(cmds,
  845. stdin=subprocess.PIPE,
  846. stdout=subprocess.PIPE,
  847. stderr=subprocess.PIPE,
  848. env=curr_env)
  849. stdout, stderr = proc.communicate(input_data)
  850. return proc.returncode, stdout.decode(), stderr.decode()
  851. # pylint: disable=too-many-arguments,too-many-branches
  852. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  853. '''Base command for oc '''
  854. cmds = [self.oc_binary]
  855. if oadm:
  856. cmds.append('adm')
  857. cmds.extend(cmd)
  858. if self.all_namespaces:
  859. cmds.extend(['--all-namespaces'])
  860. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  861. cmds.extend(['-n', self.namespace])
  862. rval = {}
  863. results = ''
  864. err = None
  865. if self.verbose:
  866. print(' '.join(cmds))
  867. try:
  868. returncode, stdout, stderr = self._run(cmds, input_data)
  869. except OSError as ex:
  870. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  871. rval = {"returncode": returncode,
  872. "results": results,
  873. "cmd": ' '.join(cmds)}
  874. if returncode == 0:
  875. if output:
  876. if output_type == 'json':
  877. try:
  878. rval['results'] = json.loads(stdout)
  879. except ValueError as err:
  880. if "No JSON object could be decoded" in err.args:
  881. err = err.args
  882. elif output_type == 'raw':
  883. rval['results'] = stdout
  884. if self.verbose:
  885. print("STDOUT: {0}".format(stdout))
  886. print("STDERR: {0}".format(stderr))
  887. if err:
  888. rval.update({"err": err,
  889. "stderr": stderr,
  890. "stdout": stdout,
  891. "cmd": cmds})
  892. else:
  893. rval.update({"stderr": stderr,
  894. "stdout": stdout,
  895. "results": {}})
  896. return rval
  897. class Utils(object):
  898. ''' utilities for openshiftcli modules '''
  899. @staticmethod
  900. def _write(filename, contents):
  901. ''' Actually write the file contents to disk. This helps with mocking. '''
  902. with open(filename, 'w') as sfd:
  903. sfd.write(contents)
  904. @staticmethod
  905. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  906. ''' create a file in tmp with name and contents'''
  907. tmp = Utils.create_tmpfile(prefix=rname)
  908. if ftype == 'yaml':
  909. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  910. # pylint: disable=no-member
  911. if hasattr(yaml, 'RoundTripDumper'):
  912. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  913. else:
  914. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  915. elif ftype == 'json':
  916. Utils._write(tmp, json.dumps(data))
  917. else:
  918. Utils._write(tmp, data)
  919. # Register cleanup when module is done
  920. atexit.register(Utils.cleanup, [tmp])
  921. return tmp
  922. @staticmethod
  923. def create_tmpfile_copy(inc_file):
  924. '''create a temporary copy of a file'''
  925. tmpfile = Utils.create_tmpfile('lib_openshift-')
  926. Utils._write(tmpfile, open(inc_file).read())
  927. # Cleanup the tmpfile
  928. atexit.register(Utils.cleanup, [tmpfile])
  929. return tmpfile
  930. @staticmethod
  931. def create_tmpfile(prefix='tmp'):
  932. ''' Generates and returns a temporary file name '''
  933. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  934. return tmp.name
  935. @staticmethod
  936. def create_tmp_files_from_contents(content, content_type=None):
  937. '''Turn an array of dict: filename, content into a files array'''
  938. if not isinstance(content, list):
  939. content = [content]
  940. files = []
  941. for item in content:
  942. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  943. item['data'],
  944. ftype=content_type)
  945. files.append({'name': os.path.basename(item['path']),
  946. 'path': path})
  947. return files
  948. @staticmethod
  949. def cleanup(files):
  950. '''Clean up on exit '''
  951. for sfile in files:
  952. if os.path.exists(sfile):
  953. if os.path.isdir(sfile):
  954. shutil.rmtree(sfile)
  955. elif os.path.isfile(sfile):
  956. os.remove(sfile)
  957. @staticmethod
  958. def exists(results, _name):
  959. ''' Check to see if the results include the name '''
  960. if not results:
  961. return False
  962. if Utils.find_result(results, _name):
  963. return True
  964. return False
  965. @staticmethod
  966. def find_result(results, _name):
  967. ''' Find the specified result by name'''
  968. rval = None
  969. for result in results:
  970. if 'metadata' in result and result['metadata']['name'] == _name:
  971. rval = result
  972. break
  973. return rval
  974. @staticmethod
  975. def get_resource_file(sfile, sfile_type='yaml'):
  976. ''' return the service file '''
  977. contents = None
  978. with open(sfile) as sfd:
  979. contents = sfd.read()
  980. if sfile_type == 'yaml':
  981. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  982. # pylint: disable=no-member
  983. if hasattr(yaml, 'RoundTripLoader'):
  984. contents = yaml.load(contents, yaml.RoundTripLoader)
  985. else:
  986. contents = yaml.safe_load(contents)
  987. elif sfile_type == 'json':
  988. contents = json.loads(contents)
  989. return contents
  990. @staticmethod
  991. def filter_versions(stdout):
  992. ''' filter the oc version output '''
  993. version_dict = {}
  994. version_search = ['oc', 'openshift', 'kubernetes']
  995. for line in stdout.strip().split('\n'):
  996. for term in version_search:
  997. if not line:
  998. continue
  999. if line.startswith(term):
  1000. version_dict[term] = line.split()[-1]
  1001. # horrible hack to get openshift version in Openshift 3.2
  1002. # By default "oc version in 3.2 does not return an "openshift" version
  1003. if "openshift" not in version_dict:
  1004. version_dict["openshift"] = version_dict["oc"]
  1005. return version_dict
  1006. @staticmethod
  1007. def add_custom_versions(versions):
  1008. ''' create custom versions strings '''
  1009. versions_dict = {}
  1010. for tech, version in versions.items():
  1011. # clean up "-" from version
  1012. if "-" in version:
  1013. version = version.split("-")[0]
  1014. if version.startswith('v'):
  1015. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1016. # "v3.3.0.33" is what we have, we want "3.3"
  1017. versions_dict[tech + '_short'] = version[1:4]
  1018. return versions_dict
  1019. @staticmethod
  1020. def openshift_installed():
  1021. ''' check if openshift is installed '''
  1022. import yum
  1023. yum_base = yum.YumBase()
  1024. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1025. return True
  1026. return False
  1027. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1028. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1029. @staticmethod
  1030. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1031. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1032. # Currently these values are autogenerated and we do not need to check them
  1033. skip = ['metadata', 'status']
  1034. if skip_keys:
  1035. skip.extend(skip_keys)
  1036. for key, value in result_def.items():
  1037. if key in skip:
  1038. continue
  1039. # Both are lists
  1040. if isinstance(value, list):
  1041. if key not in user_def:
  1042. if debug:
  1043. print('User data does not have key [%s]' % key)
  1044. print('User data: %s' % user_def)
  1045. return False
  1046. if not isinstance(user_def[key], list):
  1047. if debug:
  1048. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1049. return False
  1050. if len(user_def[key]) != len(value):
  1051. if debug:
  1052. print("List lengths are not equal.")
  1053. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1054. print("user_def: %s" % user_def[key])
  1055. print("value: %s" % value)
  1056. return False
  1057. for values in zip(user_def[key], value):
  1058. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1059. if debug:
  1060. print('sending list - list')
  1061. print(type(values[0]))
  1062. print(type(values[1]))
  1063. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1064. if not result:
  1065. print('list compare returned false')
  1066. return False
  1067. elif value != user_def[key]:
  1068. if debug:
  1069. print('value should be identical')
  1070. print(user_def[key])
  1071. print(value)
  1072. return False
  1073. # recurse on a dictionary
  1074. elif isinstance(value, dict):
  1075. if key not in user_def:
  1076. if debug:
  1077. print("user_def does not have key [%s]" % key)
  1078. return False
  1079. if not isinstance(user_def[key], dict):
  1080. if debug:
  1081. print("dict returned false: not instance of dict")
  1082. return False
  1083. # before passing ensure keys match
  1084. api_values = set(value.keys()) - set(skip)
  1085. user_values = set(user_def[key].keys()) - set(skip)
  1086. if api_values != user_values:
  1087. if debug:
  1088. print("keys are not equal in dict")
  1089. print(user_values)
  1090. print(api_values)
  1091. return False
  1092. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1093. if not result:
  1094. if debug:
  1095. print("dict returned false")
  1096. print(result)
  1097. return False
  1098. # Verify each key, value pair is the same
  1099. else:
  1100. if key not in user_def or value != user_def[key]:
  1101. if debug:
  1102. print("value not equal; user_def does not have key")
  1103. print(key)
  1104. print(value)
  1105. if key in user_def:
  1106. print(user_def[key])
  1107. return False
  1108. if debug:
  1109. print('returning true')
  1110. return True
  1111. class OpenShiftCLIConfig(object):
  1112. '''Generic Config'''
  1113. def __init__(self, rname, namespace, kubeconfig, options):
  1114. self.kubeconfig = kubeconfig
  1115. self.name = rname
  1116. self.namespace = namespace
  1117. self._options = options
  1118. @property
  1119. def config_options(self):
  1120. ''' return config options '''
  1121. return self._options
  1122. def to_option_list(self):
  1123. '''return all options as a string'''
  1124. return self.stringify()
  1125. def stringify(self):
  1126. ''' return the options hash as cli params in a string '''
  1127. rval = []
  1128. for key in sorted(self.config_options.keys()):
  1129. data = self.config_options[key]
  1130. if data['include'] \
  1131. and (data['value'] or isinstance(data['value'], int)):
  1132. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1133. return rval
  1134. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1135. # -*- -*- -*- Begin included fragment: lib/secret.py -*- -*- -*-
  1136. # pylint: disable=too-many-instance-attributes
  1137. class SecretConfig(object):
  1138. ''' Handle secret options '''
  1139. # pylint: disable=too-many-arguments
  1140. def __init__(self,
  1141. sname,
  1142. namespace,
  1143. kubeconfig,
  1144. secrets=None):
  1145. ''' constructor for handling secret options '''
  1146. self.kubeconfig = kubeconfig
  1147. self.name = sname
  1148. self.namespace = namespace
  1149. self.secrets = secrets
  1150. self.data = {}
  1151. self.create_dict()
  1152. def create_dict(self):
  1153. ''' assign the correct properties for a secret dict '''
  1154. self.data['apiVersion'] = 'v1'
  1155. self.data['kind'] = 'Secret'
  1156. self.data['metadata'] = {}
  1157. self.data['metadata']['name'] = self.name
  1158. self.data['metadata']['namespace'] = self.namespace
  1159. self.data['data'] = {}
  1160. if self.secrets:
  1161. for key, value in self.secrets.items():
  1162. self.data['data'][key] = value
  1163. # pylint: disable=too-many-instance-attributes
  1164. class Secret(Yedit):
  1165. ''' Class to wrap the oc command line tools '''
  1166. secret_path = "data"
  1167. kind = 'secret'
  1168. def __init__(self, content):
  1169. '''secret constructor'''
  1170. super(Secret, self).__init__(content=content)
  1171. self._secrets = None
  1172. @property
  1173. def secrets(self):
  1174. '''secret property getter'''
  1175. if self._secrets is None:
  1176. self._secrets = self.get_secrets()
  1177. return self._secrets
  1178. @secrets.setter
  1179. def secrets(self):
  1180. '''secret property setter'''
  1181. if self._secrets is None:
  1182. self._secrets = self.get_secrets()
  1183. return self._secrets
  1184. def get_secrets(self):
  1185. ''' returns all of the defined secrets '''
  1186. return self.get(Secret.secret_path) or {}
  1187. def add_secret(self, key, value):
  1188. ''' add a secret '''
  1189. if self.secrets:
  1190. self.secrets[key] = value
  1191. else:
  1192. self.put(Secret.secret_path, {key: value})
  1193. return True
  1194. def delete_secret(self, key):
  1195. ''' delete secret'''
  1196. try:
  1197. del self.secrets[key]
  1198. except KeyError as _:
  1199. return False
  1200. return True
  1201. def find_secret(self, key):
  1202. ''' find secret'''
  1203. rval = None
  1204. try:
  1205. rval = self.secrets[key]
  1206. except KeyError as _:
  1207. return None
  1208. return {'key': key, 'value': rval}
  1209. def update_secret(self, key, value):
  1210. ''' update a secret'''
  1211. if key in self.secrets:
  1212. self.secrets[key] = value
  1213. else:
  1214. self.add_secret(key, value)
  1215. return True
  1216. # -*- -*- -*- End included fragment: lib/secret.py -*- -*- -*-
  1217. # -*- -*- -*- Begin included fragment: class/oc_secret.py -*- -*- -*-
  1218. # pylint: disable=wrong-import-position,wrong-import-order
  1219. import base64
  1220. # pylint: disable=too-many-arguments
  1221. class OCSecret(OpenShiftCLI):
  1222. ''' Class to wrap the oc command line tools
  1223. '''
  1224. def __init__(self,
  1225. namespace,
  1226. secret_name=None,
  1227. decode=False,
  1228. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1229. verbose=False):
  1230. ''' Constructor for OpenshiftOC '''
  1231. super(OCSecret, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1232. self.name = secret_name
  1233. self.decode = decode
  1234. def get(self):
  1235. '''return a secret by name '''
  1236. results = self._get('secrets', self.name)
  1237. results['decoded'] = {}
  1238. results['exists'] = False
  1239. if results['returncode'] == 0 and results['results'][0]:
  1240. results['exists'] = True
  1241. if self.decode:
  1242. if 'data' in results['results'][0]:
  1243. for sname, value in results['results'][0]['data'].items():
  1244. results['decoded'][sname] = base64.b64decode(value)
  1245. if results['returncode'] != 0 and '"%s" not found' % self.name in results['stderr']:
  1246. results['returncode'] = 0
  1247. return results
  1248. def delete(self):
  1249. '''delete a secret by name'''
  1250. return self._delete('secrets', self.name)
  1251. def create(self, files=None, contents=None):
  1252. '''Create a secret '''
  1253. if not files:
  1254. files = Utils.create_tmp_files_from_contents(contents)
  1255. secrets = ["%s=%s" % (sfile['name'], sfile['path']) for sfile in files]
  1256. cmd = ['secrets', 'new', self.name]
  1257. cmd.extend(secrets)
  1258. results = self.openshift_cmd(cmd)
  1259. return results
  1260. def update(self, files, force=False):
  1261. '''run update secret
  1262. This receives a list of file names and converts it into a secret.
  1263. The secret is then written to disk and passed into the `oc replace` command.
  1264. '''
  1265. secret = self.prep_secret(files)
  1266. if secret['returncode'] != 0:
  1267. return secret
  1268. sfile_path = '/tmp/%s' % self.name
  1269. with open(sfile_path, 'w') as sfd:
  1270. sfd.write(json.dumps(secret['results']))
  1271. atexit.register(Utils.cleanup, [sfile_path])
  1272. return self._replace(sfile_path, force=force)
  1273. def prep_secret(self, files=None, contents=None):
  1274. ''' return what the secret would look like if created
  1275. This is accomplished by passing -ojson. This will most likely change in the future
  1276. '''
  1277. if not files:
  1278. files = Utils.create_tmp_files_from_contents(contents)
  1279. secrets = ["%s=%s" % (sfile['name'], sfile['path']) for sfile in files]
  1280. cmd = ['-ojson', 'secrets', 'new', self.name]
  1281. cmd.extend(secrets)
  1282. return self.openshift_cmd(cmd, output=True)
  1283. @staticmethod
  1284. # pylint: disable=too-many-return-statements,too-many-branches
  1285. # TODO: This function should be refactored into its individual parts.
  1286. def run_ansible(params, check_mode):
  1287. '''run the ansible idempotent code'''
  1288. ocsecret = OCSecret(params['namespace'],
  1289. params['name'],
  1290. params['decode'],
  1291. kubeconfig=params['kubeconfig'],
  1292. verbose=params['debug'])
  1293. state = params['state']
  1294. api_rval = ocsecret.get()
  1295. #####
  1296. # Get
  1297. #####
  1298. if state == 'list':
  1299. return {'changed': False, 'results': api_rval, state: 'list'}
  1300. if not params['name']:
  1301. return {'failed': True,
  1302. 'msg': 'Please specify a name when state is absent|present.'}
  1303. ########
  1304. # Delete
  1305. ########
  1306. if state == 'absent':
  1307. if not Utils.exists(api_rval['results'], params['name']):
  1308. return {'changed': False, 'state': 'absent'}
  1309. if check_mode:
  1310. return {'changed': True, 'msg': 'Would have performed a delete.'}
  1311. api_rval = ocsecret.delete()
  1312. return {'changed': True, 'results': api_rval, 'state': 'absent'}
  1313. if state == 'present':
  1314. if params['files']:
  1315. files = params['files']
  1316. elif params['contents']:
  1317. files = Utils.create_tmp_files_from_contents(params['contents'])
  1318. else:
  1319. return {'failed': True,
  1320. 'msg': 'Either specify files or contents.'}
  1321. ########
  1322. # Create
  1323. ########
  1324. if not Utils.exists(api_rval['results'], params['name']):
  1325. if check_mode:
  1326. return {'changed': True,
  1327. 'msg': 'Would have performed a create.'}
  1328. api_rval = ocsecret.create(files, params['contents'])
  1329. # Remove files
  1330. if files and params['delete_after']:
  1331. Utils.cleanup([ftmp['path'] for ftmp in files])
  1332. if api_rval['returncode'] != 0:
  1333. return {'failed': True,
  1334. 'msg': api_rval}
  1335. return {'changed': True,
  1336. 'results': api_rval,
  1337. 'state': 'present'}
  1338. ########
  1339. # Update
  1340. ########
  1341. secret = ocsecret.prep_secret(params['files'], params['contents'])
  1342. if secret['returncode'] != 0:
  1343. return {'failed': True, 'msg': secret}
  1344. if Utils.check_def_equal(secret['results'], api_rval['results'][0]):
  1345. # Remove files
  1346. if files and params['delete_after']:
  1347. Utils.cleanup([ftmp['path'] for ftmp in files])
  1348. return {'changed': False,
  1349. 'results': secret['results'],
  1350. 'state': 'present'}
  1351. if check_mode:
  1352. return {'changed': True,
  1353. 'msg': 'Would have performed an update.'}
  1354. api_rval = ocsecret.update(files, force=params['force'])
  1355. # Remove files
  1356. if secret and params['delete_after']:
  1357. Utils.cleanup([ftmp['path'] for ftmp in files])
  1358. if api_rval['returncode'] != 0:
  1359. return {'failed': True,
  1360. 'msg': api_rval}
  1361. return {'changed': True,
  1362. 'results': api_rval,
  1363. 'state': 'present'}
  1364. return {'failed': True,
  1365. 'changed': False,
  1366. 'msg': 'Unknown state passed. %s' % state,
  1367. 'state': 'unknown'}
  1368. # -*- -*- -*- End included fragment: class/oc_secret.py -*- -*- -*-
  1369. # -*- -*- -*- Begin included fragment: ansible/oc_secret.py -*- -*- -*-
  1370. def main():
  1371. '''
  1372. ansible oc module for managing OpenShift Secrets
  1373. '''
  1374. module = AnsibleModule(
  1375. argument_spec=dict(
  1376. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1377. state=dict(default='present', type='str',
  1378. choices=['present', 'absent', 'list']),
  1379. debug=dict(default=False, type='bool'),
  1380. namespace=dict(default='default', type='str'),
  1381. name=dict(default=None, type='str'),
  1382. files=dict(default=None, type='list'),
  1383. delete_after=dict(default=False, type='bool'),
  1384. contents=dict(default=None, type='list'),
  1385. force=dict(default=False, type='bool'),
  1386. decode=dict(default=False, type='bool'),
  1387. ),
  1388. mutually_exclusive=[["contents", "files"]],
  1389. supports_check_mode=True,
  1390. )
  1391. rval = OCSecret.run_ansible(module.params, module.check_mode)
  1392. if 'failed' in rval:
  1393. module.fail_json(**rval)
  1394. module.exit_json(**rval)
  1395. if __name__ == '__main__':
  1396. main()
  1397. # -*- -*- -*- End included fragment: ansible/oc_secret.py -*- -*- -*-