oc_serviceaccount.py 55 KB

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