oc_serviceaccount_secret.py 57 KB

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